|
@@ -1386,9 +1386,9 @@ o2.xDesktop.Default.StartMenu = new Class({
|
|
|
if ( this.checkMenuItem(value, currentNames) ) this.createApplicationMenuItem(value);
|
|
if ( this.checkMenuItem(value, currentNames) ) this.createApplicationMenuItem(value);
|
|
|
}.bind(this));
|
|
}.bind(this));
|
|
|
|
|
|
|
|
- if (json_portal && json_portal.length) json_portal.each(function(value){
|
|
|
|
|
- this.createPortalMenuItem(value);
|
|
|
|
|
- }.bind(this));
|
|
|
|
|
|
|
+ // if (json_portal && json_portal.length) json_portal.each(function(value){
|
|
|
|
|
+ // this.createPortalMenuItem(value);
|
|
|
|
|
+ // }.bind(this));
|
|
|
|
|
|
|
|
if (json_portal && json_portal.length) json_portal.each(function(value){
|
|
if (json_portal && json_portal.length) json_portal.each(function(value){
|
|
|
value.type = "portal";
|
|
value.type = "portal";
|