[Common] locked click on branding logo

This commit is contained in:
Maxim Kadushkin 2017-08-15 19:30:16 +03:00
parent 8811be6678
commit 891a4dc91f
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();
}); });
$panelUsers.on('shown.bs.dropdown', function () { $panelUsers.on('shown.bs.dropdown', function () {

View file

@ -125,7 +125,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 {