mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
yWeb: cleanup
Origin commit data
------------------
Commit: 7b10c8c0ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)
Origin message was:
------------------
- yWeb: cleanup
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user