yWeb: remove unused goConfirmUrl() from Y_NIlib.js

Origin commit data
------------------
Branch: ni/coolstream
Commit: f8ace9a7b4
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: remove unused goConfirmUrl() from Y_NIlib.js

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-02-20 20:47:53 +01:00
parent 6f50f76a4d
commit cec69d5c86
2 changed files with 2 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
/* yWeb NIlib by NI-Team
*/
// next booth functions are taken from the original yweb
// next function is taken from the original yweb
// to make them available in all of our pages
function goConfirmUrl(_meld, _url){
if (confirm(_meld)==true) goUrl(_url);
}
function goUrl(_url){
var res = trim(loadSyncURL(_url));
switch(res){

View File

@@ -1,3 +1,3 @@
version=3.0.37
version=3.0.38
date=20.02.2023
info=NI-Neutrino-Webinterface