From 0f9bcfeee6b47e6206b062d2affd0862209820f3 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Tue, 13 Dec 2016 22:49:26 +0000 Subject: [PATCH] Use navbar for loading indication --- index.html | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 52958c1..87a2cd0 100644 --- a/index.html +++ b/index.html @@ -36,12 +36,6 @@ </div> </nav> <div class="container-fluid"> - <div id="progress" class="progress" style="display: none;"> - <div id="progress-bar" class="progress-bar progress-bar-striped active" style="width: 100%"> - <span id="progress-text" class="sr-only">Refreshing data...</span> - </div> - </div> - <div id="alert" class="alert alert-danger alert-dismissible" style="display:none"> <a href="#" class="close" id="alert-close" aria-label="close">×</a> <strong>Error occured!</strong> <span id="alert-text"></span> -- Gitblit v1.9.1