add hotkeys to prefs (2)

This commit is contained in:
Andrew Dolgov
2008-05-16 07:33:19 +01:00
parent 746dcf4299
commit 6068d33bb6
4 changed files with 87 additions and 15 deletions
+5
View File
@@ -1237,6 +1237,8 @@ function infobox_callback2(transport) {
{ tokens: ',', paramName: "search" });
}
disableHotkeys();
notify("");
} catch (e) {
exception_error("infobox_callback2", e);
@@ -1255,6 +1257,9 @@ function createFilter() {
var query = Form.serialize("filter_add_form");
// we can be called from some other tab in Prefs
if (active_tab) active_tab = "filterConfig";
new Ajax.Request("backend.php?" + query, {
onComplete: function (transport) {
infobox_submit_callback2(transport);