diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-12-19 14:27:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-12-19 14:27:28 +0000 |
commit | 0212f66ff1682ab699830d7571a5ff5ee85aa725 (patch) | |
tree | 35399340768065f080c1a43373dfb49ecf71e171 /misc/progress.js | |
parent | 616407465535c128eca2982a961284452fe2a855 (diff) | |
download | drupal-0212f66ff1682ab699830d7571a5ff5ee85aa725.tar.gz drupal-0212f66ff1682ab699830d7571a5ff5ee85aa725.zip |
- Patch #40677 by Steven: make the updater work again.
Diffstat (limited to 'misc/progress.js')
-rw-r--r-- | misc/progress.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/progress.js b/misc/progress.js index b19cc08dbc8..66013d4e88e 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, ''); } /** |