From 83fe4a2596f5b6f61411e4e2f2c4cf55c9106b54 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Wed, 6 Jan 2016 17:29:49 +0100 Subject: [PATCH] Disabled dragging for images --- src/scripts/build.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/scripts/build.js b/src/scripts/build.js index 3ebccf6..75cc311 100644 --- a/src/scripts/build.js +++ b/src/scripts/build.js @@ -49,9 +49,9 @@ build.album = function(data) { html += lychee.html`
- thumb - thumb - thumb + Photo thumbnail + Photo thumbnail + Photo thumbnail

$${ data.title }

$${ data.sysdate } @@ -86,7 +86,7 @@ build.photo = function(data) { html += lychee.html`
- thumb + Photo thumbnail

$${ data.title }

` @@ -120,11 +120,11 @@ build.imageview = function(data, visibleControls) { if (hasMedium===false) { - html += lychee.html`
` + html += lychee.html`
` } else { - html += lychee.html`
` + html += lychee.html`
` }