summaryrefslogtreecommitdiff
path: root/js/CommonFilters.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 12:54:39 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 12:54:39 +0300
commit2fefb4fd8741b38f28831f2da9e359ab4f7fa8a6 (patch)
tree8458c9376717995a17eeb38bd060f2c873a00e17 /js/CommonFilters.js
parent4f62f5f3f1235bdbb5f71f0cda1dbf6c836cd1f3 (diff)
getTestResults: don't try to use previously removed variable
Diffstat (limited to 'js/CommonFilters.js')
-rw-r--r--js/CommonFilters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 1e8b1d0b3..a06905e01 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -232,7 +232,7 @@ define(["dojo/_base/declare"], function (declare) {
// get the next batch
window.setTimeout(function () {
- test_dlg.getTestResults(query, offset + test_dlg.limit);
+ test_dlg.getTestResults(params, offset + test_dlg.limit);
}, 0);
} else {