diff options
Diffstat (limited to 'build/docs/js/doc.js')
-rw-r--r-- | build/docs/js/doc.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index dcf42a5c0..8a144f0d0 100644 --- a/build/docs/js/doc.js +++ b/build/docs/js/doc.js @@ -18,11 +18,7 @@ $(document).ready(function(){ }).ToolTipDemo('#fff'); $("a.name").click(function(){ - $("div.more,div.short",this.parentNode.parentNode) - .find("div.desc").each(function(){ - $(this).html( $(this).html().replace(/\n\n/g, "<br/><br/>") ); - }).end() - .toggle('slow'); + $("div.more,div.short",this.parentNode.parentNode).toggle('slow'); return false; }); |