mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 04:45:56 +00:00
getTestResults: don't try to use previously removed variable
This commit is contained in:
@@ -232,7 +232,7 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
|
|
||||||
// get the next batch
|
// get the next batch
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
test_dlg.getTestResults(query, offset + test_dlg.limit);
|
test_dlg.getTestResults(params, offset + test_dlg.limit);
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user