diff options
| author | mo khan <mo@mokhan.ca> | 2015-04-11 16:08:47 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-04-11 16:08:47 -0600 |
| commit | 72dcd078e6149dc83c8f4094a104c5a8e25e5d47 (patch) | |
| tree | 9fca4af24d97842330773ceff44c7633b0dcf2e0 /app/assets/javascripts | |
| parent | 75a60704ce9ae7410a67b0c412c826ff89c18a83 (diff) | |
is it the global js?
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/items.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/assets/javascripts/items.js b/app/assets/javascripts/items.js index 0ae7d91..828c2cb 100644 --- a/app/assets/javascripts/items.js +++ b/app/assets/javascripts/items.js @@ -1,10 +1,10 @@ -$(function(){ - $(".delete_stub").click(function(){ - $(this).hide(); - $(".delete_form").show(); - }); - $(".delete_form .cancel").click(function(){ - $(this).parent("form").hide(); - $(".delete_stub").show(); - }); -});
\ No newline at end of file +//$(function(){ + //$(".delete_stub").click(function(){ + //$(this).hide(); + //$(".delete_form").show(); + //}); + //$(".delete_form .cancel").click(function(){ + //$(this).parent("form").hide(); + //$(".delete_stub").show(); + //}); +//}); |
