From 53080e09da9e897a3cfc5b3c4dfe7b789167e2a6 Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Tue, 1 Aug 2017 21:05:58 +0300 Subject: [PATCH] todo --- templates/includes/images_list.html.ep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/includes/images_list.html.ep b/templates/includes/images_list.html.ep index 7c4d9b5..16d63c9 100644 --- a/templates/includes/images_list.html.ep +++ b/templates/includes/images_list.html.ep @@ -75,12 +75,11 @@ xhr.open('GET', apiURL) xhr.onload = function () { self.imagesList = JSON.parse(xhr.responseText) - // console.log(self.imagesList[0].thumbnail_url) } xhr.send() }, copyText(event) { - // console.log(event.target); + //TODO: rewrite it to vue/JS from jquery var $temp = $(""); $("body").append($temp); $temp.val("").select();