Merge pull request #456 from jitendra-webkul/jitendra

tinymce issue fixed
This commit is contained in:
JItendra Singh 2019-01-15 18:17:02 +05:30 committed by GitHub
commit 5f09ef67a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ $(document).ready(function () {
onSubmit: function (e) {
this.toggleButtonDisable(true);
if(typeof tinyMCE !== 'undefined')
tinyMCE.triggerSave();
this.$validator.validateAll().then(result => {
if (result) {
e.target.submit();