mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-06-30 14:21:01 +02:00
Changed Disqus URL to https
This commit is contained in:
@ -404,7 +404,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