story guidelines toggler was moved to application.js

This commit is contained in:
joshua stein 2014-01-02 10:10:25 -06:00
parent 50aa8434f9
commit cc59b4b475

View file

@ -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;
});
});
</script>