[Pkg-mozext-commits] [greasemonkey] 27/35: Update script.js
David Prévot
taffit at moszumanska.debian.org
Wed May 20 02:43:39 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 3fb980f7ca7d35f1419be70a74c84e267098ad93
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date: Sat May 9 14:45:42 2015 +0200
Update script.js
---
modules/script.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/script.js b/modules/script.js
index 7c91068..7057a11 100644
--- a/modules/script.js
+++ b/modules/script.js
@@ -608,7 +608,7 @@ Script.prototype.isRemoteUpdateAllowed = function(aForced) {
case 'ftp':
case 'http':
// These schemes are OK only if the user opts in.
- return !GM_prefRoot.getValue('requireSecureUpdates');;
+ return !GM_prefRoot.getValue('requireSecureUpdates');
case 'https':
// HTTPs is always OK.
return true;
--
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