1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 02:35:54 +00:00

viewfeed: general code cleanup

This commit is contained in:
Andrew Dolgov
2018-12-07 21:22:51 +03:00
parent 8f75b06835
commit 76885fc5ad
3 changed files with 5 additions and 321 deletions

View File

@@ -358,7 +358,7 @@ define(["dojo/_base/declare"], function (declare) {
if (viewfeed_debug) {
window.open("backend.php?" +
dojo.objectToQuery(
Object.assign({debug: 0, csrf_token: App.getInitParam("csrf_token")}, query)
Object.assign({csrf_token: App.getInitParam("csrf_token")}, query)
));
}