Skip to content

Commit

Permalink
Oops, opposite logic...
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Jul 24, 2012
1 parent 4f84a61 commit ebabe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irccloud_inline_images.js
@@ -1,6 +1,6 @@
(function() {

if(window.irccloudInlineImagesActive !== undefined && !window.irccloudInlineImagesActive) {
if(window.irccloudInlineImagesActive == undefined && !window.irccloudInlineImagesActive) {
console.log("This should only be called once");

var cssCode = document.createElement('link');
Expand Down

0 comments on commit ebabe02

Please sign in to comment.