From 016be0dd1c362b2893c52bcfb428e2b79a26beee Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 31 Jan 2014 21:41:24 +0000 Subject: [PATCH 1/1] luci2: ensure that loading indicator appears above modal dialogs --- luci2/htdocs/luci2/luci2.js | 1 + 1 file changed, 1 insertion(+) 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: $('
') + .css('z-index', 2000) .addClass('modal fade') .append($('
') .addClass('modal-dialog') -- 2.11.0