fdc0b01a by Jeff Balicki

save news

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7c42d4b3
......@@ -403,7 +403,8 @@ endforeach;
updateNotificationType();
$(document).on("click", "#save_current_version",function() {
$(document).on("click", "#save_current_version",function(e) {
e.preventDefault();
var options = {
action: 'save_current_version_newsletter',
ajax: 'yes',
......