move the 'The following origins are executing code on this page:' text so that it is only display once there has been at least one content query to figure out how many domains are executing, fixes #10
This commit is contained in:
parent
0bd91f6f3f
commit
6059d1abad
1 changed files with 1 additions and 1 deletions
|
@ -20,13 +20,13 @@
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<p>The following origins are executing code on this page.</p>
|
|
||||||
|
|
||||||
<div class="loading-section">
|
<div class="loading-section">
|
||||||
<p>Querying domain information…</p>
|
<p>Querying domain information…</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="loaded-section">
|
<div class="loaded-section">
|
||||||
|
<p>The following origins are executing code on this page.</p>
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue