mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 04:29:25 +01:00
change ajax call method to POST
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user