Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
yuri
2017-12-19 13:57:35 +02:00
+5 -1
View File
@@ -65,7 +65,11 @@ Espo.define('views/admin/index', 'view', function (Dep) {
'css=' + encodeURIComponent(this.getConfig().get('siteUrl') + '/' + this.getThemeManager().getStylesheet())
];
this.iframeUrl = this.getConfig().get('adminPanelIframeUrl') || 'https://s.espocrm.com/';
this.iframeUrl += '?' + iframeParams.join('&');
if (~this.iframeUrl.indexOf('?')) {
this.iframeUrl += '&' + iframeParams.join('&');
} else {
this.iframeUrl += '?' + iframeParams.join('&');
}
if (!this.getConfig().get('adminNotificationsDisabled')) {
this.createView('notificationsPanel', 'views/admin/panels/notifications', {