aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_browser.js')
-rw-r--r--src/library_browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_browser.js b/src/library_browser.js
index 2b8ffc1d..a7a4a439 100644
--- a/src/library_browser.js
+++ b/src/library_browser.js
@@ -29,7 +29,7 @@ mergeInto(LibraryManager.library, {
var expected = Browser.mainLoop.expectedBlockers;
if (remaining) {
if (remaining < expected) {
- Module['setStatus']('Please wait.. (' + remaining + '/' + expected + ')');
+ Module['setStatus']('Please wait.. (' + (expected - remaining) + '/' + expected + ')');
} else {
Module['setStatus']('Please wait..');
}