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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
There are a number of places in the code where this expression is used:
$( ":jqmData(url='" + url + "')" )
It breaks if the URL contains parens or single quotes (apostrophe). I've found that if I url-encode these values in my data-url attributes then it works.
Something like the following would at least prevent these expressions from blowing up:
There are a number of places in the code where this expression is used:
It breaks if the URL contains parens or single quotes (apostrophe). I've found that if I url-encode these values in my data-url attributes then it works.
Something like the following would at least prevent these expressions from blowing up:
The text was updated successfully, but these errors were encountered: