Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js 2 Nov 2005 09:20:05 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js 11 Nov 2005 20:32:49 -0000 1.3 @@ -20,7 +20,7 @@ r.y += tmp.y; } return r; -}; +} function comboSelectValue(c, val) { var ops = c.getElementsByTagName("option"); @@ -29,11 +29,11 @@ op.selected = (op.value == val); } c.value = val; -}; +} function __dlg_onclose() { opener.Dialog._return(null); -}; +} function __dlg_init(bottom) { if(window.opener._editor_skin != "") { @@ -82,7 +82,7 @@ window.moveTo(x, y); } HTMLArea.addDom0Event(document.body, 'keypress', __dlg_close_on_esc); -}; +} function __dlg_translate(context) { var types = ["input", "select", "legend", "span", "option", "td", "button", "div", "label"]; @@ -103,13 +103,13 @@ } } document.title = HTMLArea._lc(document.title, context); -}; +} // closes the dialog and passes the return info upper. function __dlg_close(val) { opener.Dialog._return(val); window.close(); -}; +} function __dlg_close_on_esc(ev) { ev || (ev = window.event); @@ -118,4 +118,4 @@ return false; } return true; -}; +} \ No newline at end of file