Skip to content

Commit

Permalink
change in plugin wsc
Browse files Browse the repository at this point in the history
  • Loading branch information
qy-zh authored and qy-zh committed Oct 4, 2023
1 parent e46e068 commit 8dd740d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

function gup( name )
{
name = name.replace( /[\[]/g, '\\\[' ).replace( /[\]]/g, '\\\]' ) ;
name = name.replace( /[\[]/g, '\\\\[' ).replace( /[\]]/g, '\\\\]' ) ;
var regexS = '[\\?&]' + name + '=([^&#]*)' ;
var regex = new RegExp( regexS ) ;
var results = regex.exec( window.location.href ) ;
Expand Down

0 comments on commit 8dd740d

Please sign in to comment.