summaryrefslogtreecommitdiff
path: root/client/templates/photos.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-17 16:56:12 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-17 16:56:12 +0300
commitb128b77d38c95fd2addafad8cc8dffa0b2bc0732 (patch)
tree0e0ac903904d455ff54d76fd53f666cee34e635f /client/templates/photos.html
parent8a88d446be336d0c965c6c4af02fdb3b340f5c89 (diff)
Average is working
Diffstat (limited to 'client/templates/photos.html')
-rw-r--r--client/templates/photos.html2
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>