Skip to content

Commit

Permalink
https... how did that get in there...
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Jul 24, 2012
1 parent 19b6177 commit 5864670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irccloud_inline_images.js
Expand Up @@ -2,7 +2,7 @@

var cssCode = document.createElement('link');
cssCode.rel = 'stylesheet';
cssCode.href = 'https://nicklamuro.github.com/irccloud_inline_images.js/stylesheets/inline_images.css';
cssCode.href = 'http://nicklamuro.github.com/irccloud_inline_images.js/stylesheets/inline_images.css';
cssCode.type = 'text/css';
cssCode.media = 'all';
document.getElementsByTagName('head')[0].appendChild(cssCode);
Expand Down

0 comments on commit 5864670

Please sign in to comment.