mirror of
https://github.com/jquery/jquery.git
synced 2026-02-05 22:25:02 -05:00
Fixes #5812. =? will be detected even when it has been escaped during data serialization.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var jsc = jQuery.now(),
|
||||
jsre = /\=\?(&|$)/,
|
||||
jsre = /\=(?:\?|%3F)(&|$)/i,
|
||||
rquery_jsonp = /\?/;
|
||||
|
||||
// Default jsonp settings
|
||||
|
||||
Reference in New Issue
Block a user