summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 10:00:41 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 10:00:41 +0300
commite28a9939557e3dedde344a393737831e1abbd006 (patch)
tree83e3e10c68e9827fac636951774a415e5b23a475 /index.php
parent4142f63e109ce3516f42aba25aa8074d2a3ab13e (diff)
replace a few more hardcoded colors with less variables
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 40a501f06..27f9b4dcc 100644
--- a/index.php
+++ b/index.php
@@ -138,7 +138,7 @@
<div id="overlay" style="display : block">
<div id="overlay_inner">
- <div class="insensitive"><?php echo __("Loading, please wait...") ?></div>
+ <?php echo __("Loading, please wait...") ?>
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
progress="0" maximum="100">
</div>