low_variabls.js missing comma on line 236 var declarations
EE 3 Low Variables, on low_variabls.js line 236, there is a missing semi-colon in the var declarations ($edit = $('') that causes a console error and keeps the JS in my custom field type from running.
Replies
Low 12 Feb 2016 15:36
Yeah, it's a known issue. I've already got that fixed, but waiting for release until EllisLab addresses this issue, first.
You can fix it by adding a comma (not a semi-colon) at the end of that line.
TJ Draper 12 Feb 2016 15:38
Sorry, I said semi-colon and meant comma. Words, how do they work?
And yep, fixed it for testing my field type, just making sure it’s on the list for the next release. :)
Thanks!