diff --git a/components/greasemonkey.js b/components/greasemonkey.js index a3e124388..f43aa1a14 100644 --- a/components/greasemonkey.js +++ b/components/greasemonkey.js @@ -217,7 +217,7 @@ function startup() { // Firefox 3.5 and higher supports 1.8. if (GM_compareFirefoxVersion("3.5") >= 0) { - return "1.8"; + maxJSVersion = "1.8"; } }