summaryrefslogtreecommitdiffstats
path: root/web/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/client.js')
-rw-r--r--web/client.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/client.js b/web/client.js
index 0ac5d29..4ef6859 100644
--- a/web/client.js
+++ b/web/client.js
@@ -1305,6 +1305,8 @@ $(function() {
}
+ if (path > "/") $("#content").text("Loading...");
+
txnMgr.start().done(function() {
var comps = split(path);
renderMenu($("#modules").empty(), "/", comps[0], false);