Merge branch 'release' into releasev1.6.17

This commit is contained in:
arunvjn 2022-04-07 16:01:26 +05:30
commit 2ac4d917f7

View File

@ -214,7 +214,7 @@ export class JSEditor {
if (onLoad) if (onLoad)
this.agHelper.CheckUncheck(this._functionSetting('Run Function on Page load'), true) this.agHelper.CheckUncheck(this._functionSetting('Run Function on Page load'), true)
if (bfrCalling) if (bfrCalling)
this.agHelper.CheckUncheck(this._functionSetting('Request confirmation before calling Function?'), true) this.agHelper.CheckUncheck(this._functionSetting('Request confirmation before calling function?'), true)
this.agHelper.GetNClick(this._closeSettings) this.agHelper.GetNClick(this._closeSettings)
} }