[DE] Fix Bug 53751
This commit is contained in:
parent
4942d32dc2
commit
5b24e5a40f
|
@ -396,7 +396,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
showSaveFormTip: function() {
|
showSaveFormTip: function() {
|
||||||
if (!Common.localStorage.getItem("de-hide-saveform-tip") && !this.tipSaveForm) {
|
if (this.view.btnSaveForm && !Common.localStorage.getItem("de-hide-saveform-tip") && !this.tipSaveForm) {
|
||||||
var me = this;
|
var me = this;
|
||||||
me.tipSaveForm = new Common.UI.SynchronizeTip({
|
me.tipSaveForm = new Common.UI.SynchronizeTip({
|
||||||
extCls: 'colored',
|
extCls: 'colored',
|
||||||
|
|
Loading…
Reference in a new issue