Merge remote-tracking branch 'refs/remotes/origin/master'
[m6w6/ext-propro] / html / dynsections.js
index 10420e745d2a482cee073fcc1539e2b556abf9d0..ed092c7f63048744a471efe72517e5b1af0613aa 100644 (file)
@@ -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');
   }
 }
+