mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch '959-Masivas-de-plugins-no-funcionan' into 'develop'
Change processGet jquery call get to post - #959 See merge request !545
This commit is contained in:
commit
da2adc25d2
@ -674,7 +674,7 @@ echo '</form>';
|
|||||||
}
|
}
|
||||||
|
|
||||||
var processGet = function (params, callback) {
|
var processGet = function (params, callback) {
|
||||||
return jQuery.get(ajaxPage, params, 'json')
|
return jQuery.post(ajaxPage, params, 'json')
|
||||||
.done(function (data, textStatus, jqXHR) {
|
.done(function (data, textStatus, jqXHR) {
|
||||||
try {
|
try {
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user