[Pkg-mozext-commits] [perspectives-extension] 65/72: Pers_pref - Do *not* toggle the "contact in private browsing mode" box when "Always ask" box is changed

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit f818c591ada286e887bb01d46e05bd8cbca6af39
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Wed Oct 29 21:59:40 2014 -0600

    Pers_pref - Do *not* toggle the "contact in private browsing mode" box when "Always ask" box is changed
    
    Discussed as part of GH #135. These boxes should not be linkd.
---
 plugin/chrome/content/preferences_dialog.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugin/chrome/content/preferences_dialog.js b/plugin/chrome/content/preferences_dialog.js
index 5fa97e3..acf3cab 100644
--- a/plugin/chrome/content/preferences_dialog.js
+++ b/plugin/chrome/content/preferences_dialog.js
@@ -29,7 +29,6 @@ var Pers_pref = {
 		// enable or disable the sub-checkbox based on the value of the parent
 		var checked = document.getElementById("require-user-permission-checkbox").checked;
 		document.getElementById("show-permission-reminder-checkbox"        ).disabled = !checked;
-		document.getElementById("contact-in-private-browsing-mode-checkbox").disabled =  checked;
 	},
 
 	menuset: function(qu, du){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list