use css for help overlay, css cleanup
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user