From: Andrew Dolgov Date: Sun, 30 Dec 2012 08:25:39 +0000 (+0400) Subject: disable content dump on f D X-Git-Tag: 1.7.0~80 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fe021c8b200d63ed6cc0c1f69a0e9057b383adc3;p=tt-rss.git disable content dump on f D --- diff --git a/js/tt-rss.js b/js/tt-rss.js index 958b438f..18a7da9d 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -774,7 +774,7 @@ function hotkey_handler(e) { case "feed_debug_update": window.open("backend.php?op=feeds&method=view&feed=" + getActiveFeedId() + "&view_mode=adaptive&order_by=default&update=&m=ForceUpdate&cat=" + - activeFeedIsCat() + "&DevForceUpdate=1&debug=2&xdebug=2&csrf_token=" + + activeFeedIsCat() + "&DevForceUpdate=1&debug=1&xdebug=1&csrf_token=" + getInitParam("csrf_token")); return false; case "feed_edit":