summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-15 12:04:05 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-15 12:04:05 +0200
commit87b24fac9c02862a1259592cd74113d4cd86d0cc (patch)
treeb5a1f4d33616366f8e716132771fc8cde537f547 /templates/main.php
parent1374491541a2f858e7baa04a36a8971b062e66d5 (diff)
Block sidebar on import
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index d1a156b8..fdd6b581 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -28,6 +28,7 @@ vendor_style('select2/select2');
<div id="app" ng-app="contactsApp">
<div id="app-navigation">
+ <div id="importscreen-sidebar-block" class="icon-loading" ng-show="$root.importing"></div>
<newContactButton></newContactButton>
<ul groupList></ul>