[Pkg-mozext-commits] [wot] 22/226: Removed conditional branch (else)
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit a45b5575bf05103d1384fea0f005d02adc961a13
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Tue May 15 10:53:17 2012 +0300
Removed conditional branch (else)
---
content/firstrun.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/firstrun.js b/content/firstrun.js
index 43e9600..7d5db30 100644
--- a/content/firstrun.js
+++ b/content/firstrun.js
@@ -66,8 +66,6 @@ var wot_firstrun =
if (this.opentab(WOT_FIRSTRUN_WELCOME, wot_url.getprefurl(tab))) {
this.opentab(WOT_FIRSTRUN_CURRENT,
wot_url.getprefurl(partner, false, WOT_UPDATE_PATH));
- } else {
- //wot_prefs.setBool("install_search", true);
}
} catch (e) {
dump("wot_firstrun.load: failed with " + e + "\n");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list