diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index 98f6d99..6c77de9 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -10,7 +10,7 @@ {{> photo}} {{/each}} </div> - <canvas id="canvas-all" style="height: 150px; width: 150px;"></canvas> + <canvas id="canvas-all" style="display: none; height: 150px; width: 150px;"></canvas> </div> </template> |
