mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:35:54 +00:00
rename main toolbar elements to be more consistent
This commit is contained in:
@@ -319,10 +319,10 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
}, 10 * 1000);
|
||||
}
|
||||
|
||||
Form.enable("main_toolbar_form");
|
||||
Form.enable("toolbar-main");
|
||||
|
||||
let query = Object.assign({op: "feeds", method: "view", feed: feed},
|
||||
dojo.formToObject("main_toolbar_form"));
|
||||
dojo.formToObject("toolbar-main"));
|
||||
|
||||
if (method) query.m = method;
|
||||
|
||||
@@ -347,7 +347,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
query.m = "ForceUpdate";
|
||||
}
|
||||
|
||||
Form.enable("main_toolbar_form");
|
||||
Form.enable("toolbar-main");
|
||||
|
||||
if (!delayed)
|
||||
if (!this.setExpando(feed, is_cat,
|
||||
|
||||
Reference in New Issue
Block a user