diff --git a/public_html/lib/plugins/folded/script.js b/public_html/lib/plugins/folded/script.js index d5533284..39303631 100644 --- a/public_html/lib/plugins/folded/script.js +++ b/public_html/lib/plugins/folded/script.js @@ -23,7 +23,7 @@ jQuery(function() { * toggle the folded element via className change also adjust the classname and * title tooltip on the folding link */ - jQuery('.dokuwiki .folder').click(function folded_toggle(evt) { + jQuery('.folder').click(function folded_toggle(evt) { var id = this.href.match(/(#.*)$/)[1]; var $id = jQuery(id);