Chnage get_notify_text_preview to POST

This commit is contained in:
JonnyWong16 2018-08-19 15:08:27 -07:00
parent 4f397b032e
commit 5c3086a049
2 changed files with 2 additions and 1 deletions

View file

@ -141,7 +141,7 @@ function doAjaxCall(url, elem, reload, form, showMsg, callback) {
$.ajax({ $.ajax({
url: url, url: url,
data: dataString, data: dataString,
type: 'post', type: 'POST',
beforeSend: function (jqXHR, settings) { beforeSend: function (jqXHR, settings) {
// Start loader etc. // Start loader etc.
feedback.prepend(loader); feedback.prepend(loader);

View file

@ -779,6 +779,7 @@
$.ajax({ $.ajax({
url: 'get_notify_text_preview', url: 'get_notify_text_preview',
type: 'POST',
data: { data: {
notify_action: action, notify_action: action,
subject: subject, subject: subject,