From 9dc7986731e97b3b78f1b2b7c4944240c6472166 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 22:58:35 +0300 Subject: drop camera bitmap --- juick-www/src/main/static/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/static/scripts.js') diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 160d7fe4..55a31aaf 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -332,7 +332,7 @@ function showCommentForm(mid, rid) {
-
+
${evilIcon('ei-camera')}
@@ -379,7 +379,7 @@ function attachInput() { } function attachCommentPhoto(div) { - if (div.children.length === 0) { + if (div.children.length === 1) { let inp = attachInput(); inp.addEventListener('change', function () { div.classList.add('attach-photo-active'); -- cgit v1.2.3