mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
yWeb: merge Y_NI_Tools.sh into Y_Tools.sh
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca3a58ce3f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Origin message was:
------------------
- yWeb: merge Y_NI_Tools.sh into Y_Tools.sh
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -554,12 +554,12 @@ function goPort(_port)
|
||||
window.open(host + ":" + _port, "_blank");
|
||||
}
|
||||
|
||||
function Y_NI_Tools(_cmd, _tout){
|
||||
function Y_Tools(_cmd, _tout){
|
||||
var out = document.getElementById("out");
|
||||
if (out)
|
||||
out.innerHTML = "";
|
||||
show_waitbox(true);
|
||||
goUrl("/control/exec?Y_NI_Tools&" + _cmd);
|
||||
goUrl("/control/exec?Y_Tools&" + _cmd);
|
||||
if (typeof(_tout) == "undefined")
|
||||
show_waitbox(false);
|
||||
else
|
||||
|
Reference in New Issue
Block a user