mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:15:54 +00:00
add hotkeys to prefs (2)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user