added a console.log
authorAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 19:27:18 +0000 (15:27 -0400)
committerAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 19:27:18 +0000 (15:27 -0400)
karmaworld/templates/partial/filepicker.html

index bb7e8d610e22f1b533b4bee2afda1262de30b658..ec7dc6dd5c79832d6ed2eab64ae7e0118bf59de0 100644 (file)
 
       $('#icon-remove-sign').on('click', function(e){
         e.stopPropagation();
+        console.log($(this).parent());
         $(this).parent().remove();
       });
     });