1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable infinite scrolling when Limit == 0 (closes #143)

This commit is contained in:
Andrew Dolgov
2007-08-29 15:10:41 +01:00
parent e7e66b38d3
commit 4764c27ef8
2 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
var toolbar_form = document.forms["main_toolbar_form"];
var toolbar_query = Form.serialize("main_toolbar_form");
if (document.forms["main_toolbar_form"].query) {
if (toolbar_form.query) {
toolbar_form.query.value = "";
}