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();