diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-21 10:49:20 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-21 10:49:20 +0300 |
| commit | 1dc5c79e76bea64f2272f25bcd1826cf63a3d374 (patch) | |
| tree | e614030ff0cea2b250b04671da947665fd4ba609 /client/templates | |
| parent | 6b4620f2f9eba41679990c10eb4e2cc4430a8562 (diff) | |
Step 4 continue button impl
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index ac290b0..a7ab636 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -25,6 +25,7 @@ <div id="dominant2" class="color"></div> <h5>#AABBCC</h5> </div> + <button class="continue">Continue</button> </div> <div class="final" style="display: none"> <canvas id="canvas-final" style="height: 315px; width: 315px;"></canvas> |
