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:
10
functions.js
10
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");
|
||||
|
||||
Reference in New Issue
Block a user