From 60144dad924e53b3e40d5dcca23b41b84f5164ca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Nov 2010 23:01:33 +0800 Subject: [PATCH] templates/resources/page.js --- templates/resources/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/resources/page.js b/templates/resources/page.js index 9a80429..2aee037 100644 --- a/templates/resources/page.js +++ b/templates/resources/page.js @@ -130,7 +130,7 @@ RooDocsPage = { vis : '', toggle : function() { - this.vis = this.vis == '' ? 'none : ''; + this.vis = this.vis == '' ? 'none' : ''; var vis = this.vis; // new browsers only... Array.prototype.slice.call( -- 2.39.2