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 has been archived by the owner on Oct 8, 2021. It is now read-only.
On JQM 1.0rc1, every change page seems to overwrite the 'search' global variable into an empty string (""). This does not occur on beta 3.
To recreate this issue:
var search = "this is search";
var not_search = "this is not search";
type search: return ""
type not_search: return "this is not search"
The text was updated successfully, but these errors were encountered: