who else is using it throwing error #186

Closed
opened 2024-05-29 09:29:10 +10:00 by hughrun · 1 comment
hughrun commented 2024-05-29 09:29:10 +10:00 (Migrated from github.com)
ReferenceError: ils is not defined
    at who-else/:72:15

looks like there's no element with id=ils. inline JS needs to go under the form? Or separate out to another file?

``` ReferenceError: ils is not defined at who-else/:72:15 ``` looks like there's no element with `id=ils`. inline JS needs to go under the form? Or separate out to another file?
hughrun commented 2024-06-29 08:23:31 +10:00 (Migrated from github.com)

the problem is Edge being strict on const/variable names not being declared properly.

the problem is Edge being strict on const/variable names not being declared properly.
Sign in to join this conversation.
No description provided.