We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9db48 commit 58faec7Copy full SHA for 58faec7
src/ajax/jsonp.js
@@ -1,7 +1,7 @@
1
(function( jQuery ) {
2
3
var jsc = jQuery.now(),
4
- jsre = /(\=)\?(&|$)|()\?\?()/i;
+ jsre = /(\=)\?(&|$)|\?\?/i;
5
6
// Default jsonp settings
7
jQuery.ajaxSetup({
0 commit comments