From: Andrew Magliozzi Date: Tue, 24 Sep 2013 19:27:18 +0000 (-0400) Subject: added a console.log X-Git-Tag: release-20150131~386^2~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f1bcb23302ef8cc80ecb884144b4a5364b7a851;p=oweals%2Fkarmaworld.git added a console.log --- diff --git a/karmaworld/templates/partial/filepicker.html b/karmaworld/templates/partial/filepicker.html index bb7e8d6..ec7dc6d 100644 --- a/karmaworld/templates/partial/filepicker.html +++ b/karmaworld/templates/partial/filepicker.html @@ -158,6 +158,7 @@ $('#icon-remove-sign').on('click', function(e){ e.stopPropagation(); + console.log($(this).parent()); $(this).parent().remove(); }); });