You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure where this originates from, but sometimes if I create a scribble with a unique occurrence name more than once scribble_cache will fail thanks to _events_char_array not being given a value. I can't pin down which line that would assign it a value is being skipped, although declaring
var _events_char_array = [];
at the top of the script takes care of it.
Also, spell check tells me it's spelled "occurrence" instead of "occurance" but I don't know if I can be bothered to fix that in all of my code so.
The text was updated successfully, but these errors were encountered:
I'm not 100% sure where this originates from, but sometimes if I create a scribble with a unique occurrence name more than once
scribble_cache
will fail thanks to_events_char_array
not being given a value. I can't pin down which line that would assign it a value is being skipped, although declaringat the top of the script takes care of it.
Also, spell check tells me it's spelled "occurrence" instead of "occurance" but I don't know if I can be bothered to fix that in all of my code so.
The text was updated successfully, but these errors were encountered: