diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-24 12:11:41 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-24 12:11:53 -0300 |
commit | bcd073c5aa5498035175910f571a081bd52cf9be (patch) | |
tree | 820ffc8da853294ef920ea822a79006bd63ffedf /extension/popup/index.html | |
parent | cc99da6dfe52d7a2779d3c2b031704181552ada3 (diff) |
Show loading screen while loading a rule
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r-- | extension/popup/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html index c0e3974..e7d1cb9 100644 --- a/extension/popup/index.html +++ b/extension/popup/index.html @@ -31,6 +31,9 @@ <div class="content-screen visible" id="no-rule-content"> <p>No rule selected. Please select or create one!</p> </div> + <div class="content-screen" id="loading-content"> + <p>Loading...</p> + </div> </div> </div> <div class="screen" id="invalid-host-screen"> |