diff --git a/modules/cms/src/main/resources/views/modules/cms/articleForm.html b/modules/cms/src/main/resources/views/modules/cms/articleForm.html index 188d444d..1c8eb76b 100644 --- a/modules/cms/src/main/resources/views/modules/cms/articleForm.html +++ b/modules/cms/src/main/resources/views/modules/cms/articleForm.html @@ -240,11 +240,13 @@ $('#inputForm').validate({ $('#wordCount').val(contentUE.getContentTxt().length); js.ajaxSubmitForm($(form), function(data){ js.showMessage(data.message); + //# if(parameter['category.showModes'] != '3'){ if(data.result == Global.TRUE){ js.closeCurrentTabPage(function(contentWindow){ contentWindow.page(); }); } + //# } }, "json"); } });