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
The SkyWater-PDK search page should work without errors.
Actual Behavior
The page displays "Please activate JavaScript to enable the search functionality."
The console shows errors:
search.html:173 Uncaught SyntaxError: Unexpected identifier 'versions'
search.html?q=GDSII:2764 Uncaught ReferenceError: $ is not defined
at search.html?q=GDSII:2764:34
The problem appears to be this line of the search.html page, which has two quotation marks instead of one: var json_loc = ""versions.json"",
The problem actually seems to be at the $('#fallback').hide(); command in the script tag in the div with id="fallback". The console logs that it can't find the variable. I think this is a jQuery issue, as the errors seem to be resolved when I included jQuery through Google CDN on a local copy of the webpage.
Expected Behavior
The SkyWater-PDK search page should work without errors.
Actual Behavior
The page displays "Please activate JavaScript to enable the search functionality."
The console shows errors:
The problem appears to be this line of the search.html page, which has two quotation marks instead of one:
var json_loc = ""versions.json"",
Steps to Reproduce the Problem
Specifications
The problem also happens on Safari and on my phone, so it's not a browser issue.
The text was updated successfully, but these errors were encountered: