Merge pull request #800 from ONLYOFFICE/feature/pr15-fix-bug-49480
Feature/pr15 fix bug 49480
This commit is contained in:
commit
e7933c9c2a
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 20 KiB |
|
@ -265,11 +265,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-edit {
|
.btn-edit {
|
||||||
background-position: -2px -233px;
|
background-position: -2px -232px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-delete {
|
.btn-delete {
|
||||||
background-position: -22px -233px;
|
background-position: -22px -232px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-accept {
|
.btn-accept {
|
||||||
|
@ -293,7 +293,7 @@
|
||||||
width: 7px;
|
width: 7px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
top: -2px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.comment-resolved {
|
&.comment-resolved {
|
||||||
|
|
|
@ -1156,12 +1156,6 @@ define([
|
||||||
$('.doc-placeholder').remove();
|
$('.doc-placeholder').remove();
|
||||||
|
|
||||||
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
|
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
|
||||||
$('#header-logo').children(0).click(function(e) {
|
|
||||||
e.stopImmediatePropagation();
|
|
||||||
Common.UI.Themes.toggleTheme();
|
|
||||||
|
|
||||||
// getComputedStyle(document.documentElement).getPropertyValue('--background-normal');
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onLicenseChanged: function(params) {
|
onLicenseChanged: function(params) {
|
||||||
|
|
|
@ -877,12 +877,6 @@ define([
|
||||||
|
|
||||||
$('.doc-placeholder').remove();
|
$('.doc-placeholder').remove();
|
||||||
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
|
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
|
||||||
|
|
||||||
$('#header-logo').children(0).click(function(e) {
|
|
||||||
e.stopImmediatePropagation();
|
|
||||||
|
|
||||||
Common.UI.Themes.toggleTheme();
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onLicenseChanged: function(params) {
|
onLicenseChanged: function(params) {
|
||||||
|
|
|
@ -946,11 +946,6 @@ define([
|
||||||
Common.Gateway.documentReady();
|
Common.Gateway.documentReady();
|
||||||
if (this.appOptions.user.guest && this.appOptions.canRenameAnonymous && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && (Common.Utils.InternalSettings.get("guest-username")===null))
|
if (this.appOptions.user.guest && this.appOptions.canRenameAnonymous && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && (Common.Utils.InternalSettings.get("guest-username")===null))
|
||||||
this.showRenameUserDialog();
|
this.showRenameUserDialog();
|
||||||
|
|
||||||
$('#header-logo').children(0).click(function(e) {
|
|
||||||
e.stopImmediatePropagation();
|
|
||||||
Common.UI.Themes.toggleTheme();
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onLicenseChanged: function(params) {
|
onLicenseChanged: function(params) {
|
||||||
|
|
Loading…
Reference in a new issue