summaryrefslogtreecommitdiff
path: root/src/dyna-rules.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-03-09 00:21:08 -0400
committergorhill <rhill@raymondhill.net>2015-03-09 00:21:08 -0400
commit5a2f6e0f67cb7ce1f37d478f775228f0709e0f5f (patch)
tree804693c391ab6dd8683de3b696eefbca4a7713dc /src/dyna-rules.html
parente036ae038e699f215144cd47b66f8396c431d40c (diff)
this completes fix of #954
Diffstat (limited to 'src/dyna-rules.html')
-rw-r--r--src/dyna-rules.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/dyna-rules.html b/src/dyna-rules.html
index 435dd1d5..9a665f3b 100644
--- a/src/dyna-rules.html
+++ b/src/dyna-rules.html
@@ -38,8 +38,13 @@
</div>
</div>
-<input class="hidden" id="importFilePicker" type="file" accept="text/plain" style="display: none;">
-<span class="hidden" data-i18n="rulesDefaultFileName" style="display: none;"></span>
+<div id="templates" style="display: none;">
+ <input class="hidden" id="importFilePicker" type="file" accept="text/plain">
+ <span class="hidden" data-i18n="rulesDefaultFileName"></span>
+ <ul>
+ <li>&nbsp;</li>
+ </ul>
+ </div>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>