X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=html%2Fdynsections.js;fp=html%2Fdynsections.js;h=ed092c7f63048744a471efe72517e5b1af0613aa;hp=10420e745d2a482cee073fcc1539e2b556abf9d0;hb=9155673850189951e27e188f2003ba68d8ea2c67;hpb=36da2074d28309d1704b47e121f432fcdaf8a245 diff --git a/html/dynsections.js b/html/dynsections.js index 10420e7..ed092c7 100644 --- a/html/dynsections.js +++ b/html/dynsections.js @@ -15,7 +15,7 @@ function toggleVisibility(linkObj) summary.hide(); $(linkObj).removeClass('closed').addClass('opened'); $(trigger).attr('src',src.substring(0,src.length-10)+'open.png'); - } + } return false; } @@ -26,7 +26,7 @@ function updateStripes() } function toggleLevel(level) { - $('table.directory tr').each(function(){ + $('table.directory tr').each(function(){ var l = this.id.split('_').length-1; var i = $('#img'+this.id.substring(3)); var a = $('#arr'+this.id.substring(3)); @@ -94,3 +94,4 @@ function toggleInherit(id) $(img).attr('src',src.substring(0,src.length-10)+'open.png'); } } +