mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
yWeb: align to latest prototype framework version
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb6457595f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Origin message was:
------------------
- yWeb: align to latest prototype framework version
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version=3.0.14
|
||||
version=3.0.15
|
||||
date=14.02.2023
|
||||
info=NI-Neutrino-Webinterface
|
||||
|
@@ -58,14 +58,14 @@ Object.extend(Y.yweb.prototype, {
|
||||
/* main instance */
|
||||
if (window == top.top_main.prim_menu) {
|
||||
var yweb = new Y.yweb();
|
||||
yweb.require_prototype("1.6");
|
||||
yweb.require_prototype("1.7.3");
|
||||
}
|
||||
else
|
||||
if(top.top_main.prim_menu && top.top_main.prim_menu.yweb)
|
||||
var yweb = top.top_main.prim_menu.yweb;
|
||||
else { // should not happen!
|
||||
var yweb = new Y.yweb();
|
||||
yweb.require_prototype("1.6");
|
||||
yweb.require_prototype("1.7.3");
|
||||
}
|
||||
|
||||
/* n/m= type, menuitem, desc, file, tag, version, url, yweb_version, info_url
|
||||
|
Reference in New Issue
Block a user