diff --git a/app/views/stories/_form.html.erb b/app/views/stories/_form.html.erb index 742b33b..c66c447 100644 --- a/app/views/stories/_form.html.erb +++ b/app/views/stories/_form.html.erb @@ -104,9 +104,5 @@ Lobsters.fetchURLTitle($(this), $("#story_url"), $("#story_title")); return false; }); - $("#story_guidelines_toggler").unbind().live("click", function() { - $("#story_guidelines").toggle(); - return false; - }); });