templates/resources/page.js
authorAlan Knowles <alan@akkbhome.com>
Thu, 25 Nov 2010 14:57:23 +0000 (22:57 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 25 Nov 2010 14:57:23 +0000 (22:57 +0800)
templates/resources/page.js

index 9977a4e..a7df378 100644 (file)
@@ -135,8 +135,10 @@ RooDocsPage = {
         Array.prototype.slice.call(
             document.getElementsByClassName('expandable')
         ).forEach(function(e) { 
-            if (!e.className.match(/notInherited/)) { e.style.display= vis; }} 
-        )
+            if (!e.className.match(/notInherited/)) { 
+                e.style.display= vis; 
+            }
+        })
     }
 }