diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-17 23:33:14 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-17 23:33:14 +0300 |
| commit | bbe531385987db80d86e9375a38854df97403cf7 (patch) | |
| tree | 3e36fc6f94a3859a57164f0603a26489008bb2ad /client/templates | |
| parent | 4cf9ab8ddf79155b022e42abfd885af4c23b2114 (diff) | |
Final matrix almost works
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index e844b44..d5a1286 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -22,6 +22,9 @@ <h5>#AABBCC</h5> </div> </div> + <div class="final" style="display: none"> + <canvas id="canvas-final" style="height: 315px; width: 315px;"></canvas> + </div> <canvas id="canvas-all" style="display: none; height: 150px; width: 150px;"></canvas> </div> </template> |
