[PE] Fix Bug 47109
This commit is contained in:
parent
f75188b21d
commit
32079eb29e
|
@ -219,7 +219,9 @@ define([
|
||||||
|
|
||||||
showSetApp: function () {
|
showSetApp: function () {
|
||||||
this.showPage('#settings-application-view');
|
this.showPage('#settings-application-view');
|
||||||
|
if (!isEdit) {
|
||||||
$('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide();
|
$('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide();
|
||||||
|
}
|
||||||
if (isShowMacros) {
|
if (isShowMacros) {
|
||||||
$('#settings-macros').single('click', _.bind(this.showMacros, this));
|
$('#settings-macros').single('click', _.bind(this.showMacros, this));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue