From bb965932e0db05be86afabd09b651a6e3eaef6c9 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 3 Jan 2014 04:13:19 +0200 Subject: web client: display message in content area when loading data --- web/client.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3