Chnage get_notify_text_preview to POST
This commit is contained in:
@@ -141,7 +141,7 @@ function doAjaxCall(url, elem, reload, form, showMsg, callback) {
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: dataString,
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
beforeSend: function (jqXHR, settings) {
|
||||
// Start loader etc.
|
||||
feedback.prepend(loader);
|
||||
|
@@ -779,6 +779,7 @@
|
||||
|
||||
$.ajax({
|
||||
url: 'get_notify_text_preview',
|
||||
type: 'POST',
|
||||
data: {
|
||||
notify_action: action,
|
||||
subject: subject,
|
||||
|
Reference in New Issue
Block a user