[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13801: Woops, this var doesn't exist. (torbutton/trunk/src/chrome/content)
Author: mikeperry
Date: 2008-03-02 02:53:28 -0500 (Sun, 02 Mar 2008)
New Revision: 13801
Modified:
torbutton/trunk/src/chrome/content/jshooks.js
Log:
Woops, this var doesn't exist.
Modified: torbutton/trunk/src/chrome/content/jshooks.js
===================================================================
--- torbutton/trunk/src/chrome/content/jshooks.js 2008-03-02 07:22:41 UTC (rev 13800)
+++ torbutton/trunk/src/chrome/content/jshooks.js 2008-03-02 07:53:28 UTC (rev 13801)
@@ -2,8 +2,7 @@
if (typeof(window.__tb_hooks_ran) === "boolean") {
return false;
}
- var win_is_FF3 = window.__tb_is_FF3;
-
+
/* Hrmm.. Is it possible this breaks plugin install or other weird shit
for non-windows OS's? */
if(window.__tb_set_uagent===true) {