diff --git a/app/views/admin/buy_lists/index.html.haml b/app/views/admin/buy_lists/index.html.haml index 8274a67..3c91d27 100644 --- a/app/views/admin/buy_lists/index.html.haml +++ b/app/views/admin/buy_lists/index.html.haml @@ -263,6 +263,7 @@ } :javascript + $('.detail').hide() $('.plus').click(function(event){ console.log(event.currentTarget); $(event.currentTarget).parent().parent().next('tbody.detail').toggle();