Просмотр исходного кода

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2172
胡起 5 лет назад
Родитель
Сommit
5438a95fd0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      o2web/source/x_component_portal_Portal/Main.js

+ 1 - 1
o2web/source/x_component_portal_Portal/Main.js

@@ -148,7 +148,7 @@ MWF.xApplication.portal.Portal.Main = new Class({
             this.getPageData(function(json){
                 this.options.pageId = this.portal.firstPage;
                 this.loadPortalPage();
-            });
+            }.bind(this));
         }
     },
     loadPortalPage: function(par, callback){