summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShai Ben-Naphtali <shai@shaibn.com>2009-07-12 01:41:24 +0800
committerTim Almdal <tnalmdal@shaw.ca>2009-07-12 13:23:52 +0800
commit1d7ed9e76b4e8368ccf4d53b6887d9e4d402a98f (patch)
tree2a8f71864ad7c1a82b80a166d76ac3b0277f465d
parentb0aab73364d08083475b8e152e97332f6a36947b (diff)
Fixed indentation of commit 2760e119bbfc3e2d436c404de194dbeea738a735
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
-rw-r--r--modules/gallery/views/simple_uploader.html.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index 8178ace2..92155434 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -183,8 +183,8 @@
$("#gUploadCancel").show();
var stats = this.getStats();
$("#gUploadQueueInfo").text("(<?= t("completed") ?> " + stats.successful_uploads +
- " <?= t("of") ?> " + (stats.files_queued + stats.successful_uploads +
- stats.upload_errors + stats.upload_cancelled + stats.queue_errors) + ")");
+ " <?= t("of") ?> " + (stats.files_queued + stats.successful_uploads +
+ stats.upload_errors + stats.upload_cancelled + stats.queue_errors) + ")");
}
// Auto start the upload
@@ -256,8 +256,8 @@
function upload_complete(file) {
var stats = this.getStats();
$("#gUploadQueueInfo").text("(<?= t("completed") ?> " + stats.successful_uploads +
- " <?= t("of") ?> " + (stats.files_queued + stats.successful_uploads +
- stats.upload_errors + stats.upload_cancelled + stats.queue_errors) + ")");
+ " <?= t("of") ?> " + (stats.files_queued + stats.successful_uploads +
+ stats.upload_errors + stats.upload_cancelled + stats.queue_errors) + ")");
if (stats.files_queued === 0) {
$("#gUploadCancel").hide();
}