summaryrefslogtreecommitdiff
path: root/templates/photo.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/photo.liquid')
-rw-r--r--templates/photo.liquid4
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'