DiviArea.Utils.getLocalData(key)
Retrieve previously stored information from localStorage or a Cookie.
Params
key- ID/Key of the data entry/cookie.
Returns
A string with the previously saved value, or false if no value was found (or it expired).
Notes
No notes