JS error
-
When logged in as admin I’ve got the JS error (on public pages):
Uncaught TypeError: Cannot read property ‘length’ of undefined
File: enable-jquery-migrate-helper/js/deprecation-notice.js
line 119:
if (warnings.length ) {
Fixed by:
if (warnings && warnings.length ) {
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘JS error’ is closed to new replies.