diff options
author | Bruno Wagner <bwagner@riseup.net> | 2015-10-05 16:55:30 -0300 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2015-10-05 16:55:30 -0300 |
commit | a01a6c27ca8ef83b7e55f99bdaefc0eb43cb010f (patch) | |
tree | 37ed759a8cbed86f13645a21bbd0d6686119a42e /web-ui/app/index.html | |
parent | 912c0774118bddf64c31e6fe88090ab2f99abaea (diff) |
Removed "loading..." from the UI
The loading wasn't adding much in terms of feedback and
was getting over important statuses like signature and
encryption information. We removed the generic loading
for now and we might add specific loading for certain parts
as needed
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 90d5e045..281d661e 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -60,7 +60,6 @@ <div class="off-canvas-wrap content" data-offcanvas> <header id="main" > <div id="user-alerts" class="message-panel"></div> - <div id="loading" class="message-panel"><span>Loading...</span></div> </header> <div class="inner-wrap"> |