mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 11:21:29 +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 {
|
||||
|
||||
Reference in New Issue
Block a user