diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-06 09:23:35 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-06 09:23:35 -0400 |
| commit | aed61b3fc9a4adf9b910c61fd76993329f98b1aa (patch) | |
| tree | 8f720420c1e6d2e7b6b9d5b92d6f1274fab2860e /templates | |
| parent | b804ccef08a89badabeb8661ba778f90f9a20d44 (diff) | |
only show plain
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/photo.liquid | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/photo.liquid b/templates/photo.liquid index f9ea569..ef8bba6 100644 --- a/templates/photo.liquid +++ b/templates/photo.liquid @@ -182,8 +182,8 @@ a { <script> var hash = document.location.pathname.replace('/photo/','').replace(/\/.*/,'') image(hash, 'plain') -image(hash, 'dots') -image(hash, 'lines') +// image(hash, 'dots') +// image(hash, 'lines') function image(hash, type) { var img = new Image img.src = 'https://marsupial.s3.amazonaws.com/armory/mail/' + hash + '-' + type + '.jpg' |
