Open "customization->logo->url" when click on the header logo.

This commit is contained in:
Julia Radzhabova 2017-09-19 12:16:59 +03:00
parent 869c47155f
commit 405fe55461
2 changed files with 3 additions and 3 deletions

View file

@ -216,8 +216,8 @@ define([
var _url = !!me.branding && !!me.branding.logo && !!me.branding.logo.url ? var _url = !!me.branding && !!me.branding.logo && !!me.branding.logo.url ?
me.branding.logo.url : 'http://www.onlyoffice.com'; me.branding.logo.url : 'http://www.onlyoffice.com';
// var newDocumentPage = window.open(_url); var newDocumentPage = window.open(_url);
// newDocumentPage && newDocumentPage.focus(); newDocumentPage && newDocumentPage.focus();
}); });
onResetUsers(storeUsers); onResetUsers(storeUsers);

View file

@ -126,7 +126,7 @@
#header-logo { #header-logo {
max-width: 200px; max-width: 200px;
height: 100%; height: 100%;
//cursor: pointer; cursor: pointer;
padding: 7px 24px 7px 12px; padding: 7px 24px 7px 12px;
i { i {