summaryrefslogtreecommitdiff
path: root/js/App.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 06:58:50 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 06:58:50 +0300
commit00310d2d23dd459c17b3f6e86a127de348b330f8 (patch)
treeac51a588829724bc66c982f44eb23e8c6ac7f8ef /js/App.js
parentdcfea9baacc41984f683342e6a3e4949243b7324 (diff)
cleanup some unused code, fix App.byId() invoked by wrong name
Diffstat (limited to 'js/App.js')
-rw-r--r--js/App.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/App.js b/js/App.js
index 0055fcd4f..f7a9254ba 100644
--- a/js/App.js
+++ b/js/App.js
@@ -1044,8 +1044,6 @@ const App = {
};
this.hotkey_actions["feed_debug_viewfeed"] = () => {
- //Feeds.open({feed: Feeds.getActive(), is_cat: Feeds.activeIsCat(), viewfeed_debug: true});
-
App.postOpenWindow("backend.php", {op: "feeds", method: "view",
feed: Feeds.getActive(), timestamps: 1, debug: 1, cat: Feeds.activeIsCat(), csrf_token: __csrf_token});
};