bump popup window limit to 20 while we're waiting for a UI. b=197919 r=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@152269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm-moz%comcast.net
2004-02-04 03:13:54 +00:00
parent dc195deef1
commit dfca904f94

View File

@@ -413,7 +413,7 @@ pref("dom.disable_window_open_feature.status", false);
pref("dom.allow_scripts_to_close_windows", false);
pref("dom.disable_open_during_load", false);
pref("dom.popup_maximum", 2);
pref("dom.popup_maximum", 20);
pref("dom.popup_allowed_events", "change click dblclick error reset submit");
pref("javascript.enabled", true);