change ajax call method to POST

This commit is contained in:
widewing
2017-02-24 16:32:54 +08:00
committed by Ade
parent ef6a203cda
commit 6a1aca66b1

View File

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