]> git.wh0rd.org - tt-rss.git/blobdiff - js/feedlist.js
initial for JS strict mode
[tt-rss.git] / js / feedlist.js
index 1e783f3b37f0e215a66143bbad08c9d9852b7cac..028c8737d8db0665ea36a03d2d41a18af16ffdf7 100644 (file)
@@ -164,7 +164,7 @@ function viewfeed(params) {
                window.open("backend.php" + query + "&debug=1&csrf_token=" + getInitParam("csrf_token"));
        }
 
-       timeout_ms = can_wait ? 250 : 0;
+       var timeout_ms = can_wait ? 250 : 0;
        _viewfeed_timeout = setTimeout(function() {
 
                new Ajax.Request("backend.php", {