Fixes #5812. =? will be detected even when it has been escaped during data serialization.
This commit is contained in:
parent
62a1a1a8fa
commit
8c8bd3bf6a
2 changed files with 18 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
(function( jQuery ) {
|
||||
|
||||
var jsc = jQuery.now(),
|
||||
jsre = /\=\?(&|$)/,
|
||||
jsre = /\=(?:\?|%3F)(&|$)/i,
|
||||
rquery_jsonp = /\?/;
|
||||
|
||||
// Default jsonp settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue