mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Fix a typo in the last commit. I left off a closing paren.
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
var msg = "(<?= t("completed __COMPLETED__ of __TOTAL__") ?>)";
|
||||
msg = msg.replace("__COMPLETED__", stats.successful_uploads);
|
||||
msg = msg.replace("__TOTAL__", stats.files_queued + stats.successful_uploads +
|
||||
stats.upload_errors + stats.upload_cancelled + stats.queue_errors;
|
||||
stats.upload_errors + stats.upload_cancelled + stats.queue_errors);
|
||||
$("#gUploadQueueInfo").text(msg);
|
||||
if (stats.files_queued === 0) {
|
||||
$("#gUploadCancel").hide();
|
||||
|
||||
Reference in New Issue
Block a user