Fix for #953, use always GET for $.get
This commit is contained in:
parent
1d0dec55ba
commit
98b721d27f
|
@ -287,6 +287,7 @@ jQuery.extend({
|
|||
}
|
||||
|
||||
return jQuery.ajax({
|
||||
type: "GET",
|
||||
url: url,
|
||||
data: data,
|
||||
success: callback,
|
||||
|
|
Loading…
Reference in a new issue