- yWeb: cleanup

Conflicts:
	data/y-web/Y_Blocks.txt
	data/y-web/Y_Live_Menue.yhtm
	data/y-web/Y_Tools_Flash_Upload.yhtm
	data/y-web/Y_Version.txt
	data/y-web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh
	data/y-web/languages/Czech
	data/y-web/languages/Deutsch
	data/y-web/languages/English
	data/y-web/languages/Makefile.am
	data/y-web/languages/Polski
	data/y-web/languages/Portuguese
	data/y-web/languages/Slovak
	data/y-web/scripts/Y_NI_Tools.sh
	data/y-web/scripts/Y_Tools.sh
	data/y-web/scripts/api.sh
	data/y-web/ywidget.css

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-12-20 16:23:02 +01:00
committed by Thilo Graf
parent abb3bb1016
commit 2996dde342
110 changed files with 450 additions and 7335 deletions

View File

@@ -1,12 +1,11 @@
/* yWeb by yjogol
internal organisation of yweb
$Date$
$Revision$
*/
/* define namespace */
if(typeof(Y) == "undefined")
Y = {};
/* Class Y.yweb */
Y.yweb = new Class.create();
Object.extend(Y.yweb.prototype, {
@@ -56,7 +55,6 @@ Object.extend(Y.yweb.prototype, {
}
});
/* main instance */
if (window == top.top_main.prim_menu) {
var yweb = new Y.yweb();
@@ -75,7 +73,6 @@ else
* u=type,site,description,url
*/
/* Class Y.extension */
Y.extension = new Class.create();
Object.extend(Y.extension.prototype, {
@@ -210,4 +207,3 @@ else
var ext = new Y.extension();
ext.read_items();
}