summaryrefslogtreecommitdiffstatshomepage
path: root/misc/progress.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/progress.js')
-rw-r--r--misc/progress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/progress.js b/misc/progress.js
index b19cc08dbc8f..66013d4e88e4 100644
--- a/misc/progress.js
+++ b/misc/progress.js
@@ -69,7 +69,7 @@ progressBar.prototype.sendPing = function () {
if (this.timer) {
clearTimeout(this.timer);
}
- this.method(this.uri, this.receivePing, this);
+ this.method(this.uri, this.receivePing, this, '');
}
/**