summaryrefslogtreecommitdiff
path: root/misc/batch.js
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-06-01 09:05:45 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-06-01 09:05:45 +0000
commit7f8b191781017f2212ca547b8d0e1fac7990e9a4 (patch)
treefe2520049124f942677e65141ced3e40e4cd1471 /misc/batch.js
parent21e3e4b490dc99fecaca9ddf79c4b186fc3b4f4a (diff)
downloadbrdo-7f8b191781017f2212ca547b8d0e1fac7990e9a4.tar.gz
brdo-7f8b191781017f2212ca547b8d0e1fac7990e9a4.tar.bz2
#119441: JavaScript aggregator/compressor by m3avrck and others.
Diffstat (limited to 'misc/batch.js')
-rw-r--r--misc/batch.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/batch.js b/misc/batch.js
index 43117e243..8cf1f910f 100644
--- a/misc/batch.js
+++ b/misc/batch.js
@@ -12,7 +12,7 @@ if (Drupal.jsEnabled) {
pb.stopMonitoring();
window.location = uri+'&op=finished';
}
- }
+ };
var errorCallback = function (pb) {
var div = document.createElement('p');
@@ -20,7 +20,7 @@ if (Drupal.jsEnabled) {
$(div).html(errorMessage);
$(holder).prepend(div);
$('#wait').hide();
- }
+ };
var progress = new Drupal.progressBar('updateprogress', updateCallback, "POST", errorCallback);
progress.setProgress(-1, initMessage);