diff --git a/public/javascripts/application.js b/public/javascripts/application.js index fdf13fa291..42963ae959 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -591,7 +591,7 @@ jQuery(document).ready(function($) { // 1. unbind the current click functions .unbind("click") // 2. wrap each in a span that we'll use for the new click element - .wrapInner("") + .wrapInner("") // 3. reinsert the so that it sits outside of the above .append("") // 4. attach a new click function that will follow the link if you clicked on the span itself and toggle if not