1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 17:55:55 +00:00

use css for help overlay, css cleanup

This commit is contained in:
Andrew Dolgov
2011-11-21 16:10:24 +04:00
parent 620c22aada
commit 56d7e94353
15 changed files with 5 additions and 75 deletions

View File

@@ -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");