change ajax call method to POST

This commit is contained in:
widewing
2017-02-24 16:32:54 +08:00
committed by GitHub
parent a0fa658956
commit 3cfc434e8a

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);