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:
Peter Snyder 2017-10-23 00:20:29 -05:00
parent 0bd91f6f3f
commit 6059d1abad

View file

@ -20,13 +20,13 @@
<section class="container">
<div class="row">
<div class="col-xs-12">
<p>The following origins are executing code on this page.</p>
<div class="loading-section">
<p>Querying domain information…</p>
</div>
<div class="loaded-section">
<p>The following origins are executing code on this page.</p>
<ul class="list-group">
</ul>
</div>