Open "customization->logo->url" when click on the header logo.
This commit is contained in:
parent
869c47155f
commit
405fe55461
|
@ -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);
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue