save news
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -403,7 +403,8 @@ endforeach; | ... | @@ -403,7 +403,8 @@ endforeach; |
| 403 | 403 | ||
| 404 | updateNotificationType(); | 404 | updateNotificationType(); |
| 405 | 405 | ||
| 406 | $(document).on("click", "#save_current_version",function() { | 406 | $(document).on("click", "#save_current_version",function(e) { |
| 407 | e.preventDefault(); | ||
| 407 | var options = { | 408 | var options = { |
| 408 | action: 'save_current_version_newsletter', | 409 | action: 'save_current_version_newsletter', |
| 409 | ajax: 'yes', | 410 | ajax: 'yes', | ... | ... |
-
Please register or sign in to post a comment