mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-08-19 11:02:27 +02:00
Merge pull request #73 from ottnorml/gh-pages
Little improvments - thanks for the cleanup @ottnorml FYI: I'm planning on doing a complete haul over of the cheatsheet sometimes in 2017 :)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print">
|
||||
|
||||
<script src="js/jquery-1.7.2.min.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -398,7 +397,7 @@
|
||||
var dsq = document.createElement('script');
|
||||
dsq.type = 'text/javascript';
|
||||
dsq.async = true;
|
||||
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
||||
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user