From 2f1bcb23302ef8cc80ecb884144b4a5364b7a851 Mon Sep 17 00:00:00 2001 From: Andrew Magliozzi Date: Tue, 24 Sep 2013 15:27:18 -0400 Subject: [PATCH] added a console.log --- karmaworld/templates/partial/filepicker.html | 1 + 1 file changed, 1 insertion(+) 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(); }); }); -- 2.25.1