Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b1
-
Component/s: None
-
Labels:None
Description
During a new installation, on the "Initial Setup" page, there is a JS error:
ReferenceError: $ is not defined
This references the JS code:
$(document).ready() ...
It appears that jQuery is loaded after this JS, so we probably just need to load jQuery higher up in the page (above that line, or in the head).
The error causes the "License Key" field to always appear when it should be toggleable based on the selected radio option for a trial license or to enter a key.