From 2a718316be312153445feaf73e83fa098a105e3e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Nov 2010 22:57:23 +0800 Subject: [PATCH] templates/resources/page.js --- templates/resources/page.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/resources/page.js b/templates/resources/page.js index 9977a4e..a7df378 100644 --- a/templates/resources/page.js +++ b/templates/resources/page.js @@ -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; + } + }) } } -- 2.39.2