hide certain elements by default to prevent flickering; fixes #1357

This commit is contained in:
Toks
2013-07-06 16:39:47 -04:00
parent 66dc220d44
commit 0fb44a801b
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<section id="blacklist-box">
<section id="blacklist-box" style="display:none">
<h1>Blacklisted</h1>
<ul id="blacklist-list">
</ul>

View File

@@ -23,5 +23,5 @@
</select>
</form>
</section>
<input id="tag-script-field" placeholder="Enter tag script"></input>
<input id="tag-script-field" placeholder="Enter tag script" style="display:none"></input>
<% end %>