diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index c45a831..aa0c3c4 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -5,16 +5,6 @@ {{> step}} {{/each}} </ol> - <h2 class="title"> - Processing... - <svg class="spinner" width="20" height="20" viewbox="0 0 40 40"> - <!-- <rect width="40" height="40" class="rect" /> <- this looks buggy in retina safari --> - <polygon points="0 0 0 40 40 40 40 0" class="rect" /> - </svg> - </h2> - <!-- <button class="pixelate btn btn-default">Pixelate</button> - <button class="color btn btn-default">Color</button> - <button class="average btn btn-default">Average</button> --> <div class="photos"> {{#each photos}} {{> photo}} |
