yWeb/Y_About_Image: add waitbox; minor formatting fixes

Origin commit data
------------------
Branch: ni/coolstream
Commit: aeb9f845f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-18 (Sat, 18 Mar 2023)

Origin message was:
------------------
- yWeb/Y_About_Image: add waitbox; minor formatting fixes

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-18 09:56:55 +01:00
parent 351eb6489e
commit a4882fe982
3 changed files with 13 additions and 8 deletions

View File

@@ -281,7 +281,7 @@ function obj_enable(_obj_name, _disable)
function show_obj(_obj_name, _show)
{
var __obj = document.getElementById(_obj_name);
__obj.style.visibility= (_show) ? "visible" : "hidden";
__obj.style.visibility = (_show) ? "visible" : "hidden";
}
function display_obj(_obj_name, _display)