Hide element before first render.
--- a/src/iconolab/templates/iconolab/detail_image.html Tue Mar 14 13:26:20 2017 +0100
+++ b/src/iconolab/templates/iconolab/detail_image.html Tue Mar 14 13:30:45 2017 +0100
@@ -50,7 +50,7 @@
<div class="annotation-comment-box" id="form-comment">
<comment-form v-if="annotation && isAuthenticated"></comment-form>
</div>
- <div v-show="annotation" class="annotation-comment-list">
+ <div v-show="annotation" style="display: none;" class="annotation-comment-list">
<label class="small text-muted">Commentaires</label>
<comment-list v-bind:annotation="annotation"
v-bind:is-authenticated="isAuthenticated"