fdc0b01a by Jeff Balicki

save news

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7c42d4b3
...@@ -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',
......