Closed spydmobile closed 7 years ago
in line 401 of src.withlog.js (and likely the other libs) should read:
if (typeof nezasa == 'undefined') {
instead of
if (nezasa === undefined) {
which did not seem to work, changing to above got me past the error.
Ok! Fixed in #120! Thanks for report it @spydmobile
in line 401 of src.withlog.js (and likely the other libs) should read:
if (typeof nezasa == 'undefined') {
instead of
if (nezasa === undefined) {
which did not seem to work, changing to above got me past the error.