Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js 2 Nov 2005 08:56:01 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js 11 Nov 2005 20:32:43 -0000 1.2 @@ -26,7 +26,7 @@ // add a new line in the toolbar cfg.addToolbarElement(["separator","FP-docprop"],"separator",-1); -}; +} FullPage._pluginInfo = { name : "FullPage", @@ -134,7 +134,7 @@ link.rel = alt ? "alternate stylesheet" : "stylesheet"; head.appendChild(link); return link; - }; + } function createMeta(httpEquiv, name, content) { var meta = doc.createElement("meta"); if (httpEquiv!="") meta.httpEquiv = httpEquiv; @@ -143,7 +143,7 @@ meta.content = content; head.appendChild(meta); return meta; - }; + } if (!style1 && params.f_base_style) style1 = createLink(false);