mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
remove the rest of db.php; rename some leftover methods in feeds
This commit is contained in:
@@ -998,10 +998,9 @@ const App = {
|
||||
};
|
||||
this.hotkey_actions["feed_debug_update"] = () => {
|
||||
if (!Feeds.activeIsCat() && parseInt(Feeds.getActive()) > 0) {
|
||||
//window.open("backend.php?op=feeds&method=update_debugger&feed_id=" + Feeds.getActive());
|
||||
|
||||
/* global __csrf_token */
|
||||
App.postOpenWindow("backend.php", {op: "feeds", method: "update_debugger",
|
||||
App.postOpenWindow("backend.php", {op: "feeds", method: "updatedebugger",
|
||||
feed_id: Feeds.getActive(), csrf_token: __csrf_token});
|
||||
|
||||
} else {
|
||||
|
||||
@@ -102,7 +102,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "dojo/_base/array", "dojo/co
|
||||
label: __("Debug feed"),
|
||||
onClick: function() {
|
||||
/* global __csrf_token */
|
||||
App.postOpenWindow("backend.php", {op: "feeds", method: "update_debugger",
|
||||
App.postOpenWindow("backend.php", {op: "feeds", method: "updatedebugger",
|
||||
feed_id: this.getParent().row_id, csrf_token: __csrf_token});
|
||||
}}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user