[torbirdy/master] Do not close the window after resetting the preferences

2 Sep
2013
2 Sep
'13
11:20 p.m.
commit 7d5b45e1c4aed4869f25592efc932d2f59b324e5 Author: Sukhbir Singh <sukhbir@torproject.org> Date: Mon Sep 2 18:23:37 2013 -0400 Do not close the window after resetting the preferences --- chrome/content/preferences.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js index 9fbf378..f2f6b32 100644 --- a/chrome/content/preferences.js +++ b/chrome/content/preferences.js @@ -632,7 +632,6 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() { // Save the settings and close the window. pub.checkSetting(); pub.onAccept(); - window.close(); }; return pub;
4276
Age (days ago)
4276
Last active (days ago)
0 comments
1 participants
participants (1)
-
sukhbir@torproject.org