mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user