aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index fa80a10cd..990f60a09 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -608,7 +608,7 @@ define(["jquery", "footable", "humanize"],
var i = (typeof iteration === "undefined") ? 10 : iteration;
var num_rows = $("#historyTable > tbody > tr").length;
if (num_rows === rows_per_page) {
- callback();
+ return callback();
} else if (--i) {
setTimeout(function () {
waitForRowsDisplayed(callback, i);