mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[PE] Fix Bug 47109
This commit is contained in:
@ -219,7 +219,9 @@ define([
|
||||
|
||||
showSetApp: function () {
|
||||
this.showPage('#settings-application-view');
|
||||
$('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide();
|
||||
if (!isEdit) {
|
||||
$('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide();
|
||||
}
|
||||
if (isShowMacros) {
|
||||
$('#settings-macros').single('click', _.bind(this.showMacros, this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user