|
|
@@ -2720,8 +2720,10 @@ o2.xDesktop.Default.Lnk = new Class({
|
|
|
options = {"name": "portal.Portal", "portalId": layout.config.indexPage.portal, "pageId": layout.config.indexPage.page, "appId": appId};
|
|
|
}
|
|
|
layout.openApplication(null, name, options);
|
|
|
+ console.log('layout.openApplication', null, name, options);
|
|
|
}else{
|
|
|
layout.openApplication(null, this.data.name, this.data.options);
|
|
|
+ console.log('layout.openApplication', null, this.data.name, this.data.options);
|
|
|
}
|
|
|
}.bind(this),
|
|
|
"mouseover": function(){
|