You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I don't think this is fixed, for two regular arguments and a flag in between, as of now it generates javascript like this: '&arg=' + encodeURIComponent(arg) + '&flag'&arg2=' + encodeURIComponent(arg2)
If you try to use
QueryFlag
you get invalid JavaScript.The reason is this line in
paramToStr
function:It should be
or
The text was updated successfully, but these errors were encountered: