summaryrefslogtreecommitdiff
path: root/misc/update.js
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-02-05 19:04:58 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-02-05 19:04:58 +0000
commitd38429248ee2cbaa442e396f251b1781acbc0d66 (patch)
treefb04fcaf6c118752902bc8d4a18ec763e3d9c4da /misc/update.js
parentafde65151c2e3807f8879fd0fe2ecd1cdda9f050 (diff)
downloadbrdo-d38429248ee2cbaa442e396f251b1781acbc0d66.tar.gz
brdo-d38429248ee2cbaa442e396f251b1781acbc0d66.tar.bz2
- #47510: Show JavaScript alert when PHP errors occur
Diffstat (limited to 'misc/update.js')
-rw-r--r--misc/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update.js b/misc/update.js
index 117713b69..2586fbf50 100644
--- a/misc/update.js
+++ b/misc/update.js
@@ -13,7 +13,7 @@ if (isJsEnabled()) {
}
var progress = new progressBar('updateprogress', updateCallback, HTTPPost);
- progress.setProgress(-1, 'Starting updates...');
+ progress.setProgress(-1, 'Starting updates');
$('progress').appendChild(progress.element);
progress.startMonitoring('update.php?op=do_update', 0);
}