summaryrefslogtreecommitdiff
path: root/luci2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-31 21:41:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-31 21:41:24 +0000
commit016be0dd1c362b2893c52bcfb428e2b79a26beee (patch)
treed9f6a52c4f133daaaaa244156de7575c38488491 /luci2
parent203c7e1dc5b4968efaf97d13523c1c8ee6ff4364 (diff)
downloadluci2-ui-016be0dd1c362b2893c52bcfb428e2b79a26beee.tar.gz
luci2: ensure that loading indicator appears above modal dialogs
Diffstat (limited to 'luci2')
-rw-r--r--luci2/htdocs/luci2/luci2.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js
index f41a819..fe73a95 100644
--- a/luci2/htdocs/luci2/luci2.js
+++ b/luci2/htdocs/luci2/luci2.js
@@ -3216,6 +3216,7 @@ function LuCI2()
var state = _luci2.ui._loading || (_luci2.ui._loading = {
modal: $('<div />')
+ .css('z-index', 2000)
.addClass('modal fade')
.append($('<div />')
.addClass('modal-dialog')