From 56d7e943532a8f100bcd8d2e1b9958cc1ce2e18b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Nov 2011 16:10:24 +0400 Subject: use css for help overlay, css cleanup --- functions.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 1fd421809..c47070ed3 100644 --- a/functions.js +++ b/functions.js @@ -394,16 +394,6 @@ function make_timestamp() { } -function closeErrorBox() { - - if (Element.visible("errorBoxShadow")) { - Element.hide("dialog_overlay"); - Element.hide("errorBoxShadow"); - } - - return false; -} - function closeInfoBox(cleanup) { try { dialog = dijit.byId("infoBox"); -- cgit v1.2.3-54-g00ecf