From cec69d5c86a73a83dad4556678011deaffa6b07f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 20 Feb 2023 20:47:53 +0100 Subject: [PATCH] yWeb: remove unused goConfirmUrl() from Y_NIlib.js Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f8ace9a7b4f44b2f5aec33ffd00fee151eb6ee58 Author: vanhofen 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 --- data/y-web/Y_NIlib.js | 6 +----- data/y-web/Y_Version.txt | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/y-web/Y_NIlib.js b/data/y-web/Y_NIlib.js index 06d9aaca4..4802f9435 100644 --- a/data/y-web/Y_NIlib.js +++ b/data/y-web/Y_NIlib.js @@ -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){ diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index 8ce99e2f5..f099dfc46 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=3.0.37 +version=3.0.38 date=20.02.2023 info=NI-Neutrino-Webinterface