Hide element before first render.
authorAlexandre Segura <mex.zktk@gmail.com>
Tue, 14 Mar 2017 13:30:45 +0100
changeset 426 5bda901efcf6
parent 425 7bc5febc9933
child 427 2a9ce7ec3a29
Hide element before first render.
src/iconolab/templates/iconolab/detail_image.html
--- 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 &amp;&amp; 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"