[Pkg-mozext-commits] [greasemonkey] 05/19: Unable to edit scripts in FF 38+
David Prévot
taffit at moszumanska.debian.org
Sat Mar 21 02:50:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit f296b04cad77305837dd2e1afd5ff994692994d3
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date: Mon Mar 16 15:37:07 2015 +0100
Unable to edit scripts in FF 38+
---
content/scriptprefs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/scriptprefs.js b/content/scriptprefs.js
index f4068f4..f84fdb4 100644
--- a/content/scriptprefs.js
+++ b/content/scriptprefs.js
@@ -1,6 +1,6 @@
Components.utils.import('resource://greasemonkey/util.js'); // ref'd in XUL
-var gScriptId = location.hash.substring(1);
+var gScriptId = decodeURIComponent(location.hash.substring(1));
var gScript = GM_util.getService().config.getMatchingScripts(function(script) {
return script.id == gScriptId;
})[0];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list