Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created February 18, 2010 13:32
Show Gist options
  • Save olleolleolle/307652 to your computer and use it in GitHub Desktop.
Save olleolleolle/307652 to your computer and use it in GitHub Desktop.
diff --git a/content/firebug/inspector.js b/content/firebug/inspector.js
index 10e349a..aa3c625 100644
--- a/content/firebug/inspector.js
+++ b/content/firebug/inspector.js
@@ -711,7 +711,8 @@ quickInfoBox =
this.prevX = null;
this.prevY = null;
qiBox = $('fbQuickInfoPanel');
- qiBox.hidePopup();
+ if (qiBox)
+ qiBox.hidePopup();
},
dragStart: function(event)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment