X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=build%2Fdocs%2Fjs%2Fdoc.js;h=8a144f0d0272dcc64d58f49d62b9cd11865656de;hb=ca438a718a27eedc25572cafb3fb22780cf9fbb7;hp=dcf42a5c0f835ca2ec103e33161a97caeeeb1b57;hpb=fb11b33d68f64ea446f2f8c6d3ef2aed3652349f;p=jquery.git diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index dcf42a5..8a144f0 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, "

") ); - }).end() - .toggle('slow'); + $("div.more,div.short",this.parentNode.parentNode).toggle('slow'); return false; });