mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -1,12 +1,8 @@
|
|||||||
/* yWeb NIlib by NI-Team
|
/* 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
|
// to make them available in all of our pages
|
||||||
function goConfirmUrl(_meld, _url){
|
|
||||||
if (confirm(_meld)==true) goUrl(_url);
|
|
||||||
}
|
|
||||||
|
|
||||||
function goUrl(_url){
|
function goUrl(_url){
|
||||||
var res = trim(loadSyncURL(_url));
|
var res = trim(loadSyncURL(_url));
|
||||||
switch(res){
|
switch(res){
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=3.0.37
|
version=3.0.38
|
||||||
date=20.02.2023
|
date=20.02.2023
|
||||||
info=NI-Neutrino-Webinterface
|
info=NI-Neutrino-Webinterface
|
||||||
|
Reference in New Issue
Block a user