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
Creating a cookie with webix.storage.cookie.put() with string as value wraps the cookie in extra double quotes. The quotes are added inside the webix.stringify function.
Creating a cookie with webix.storage.cookie.put() with string as value wraps the cookie in extra double quotes. The quotes are added inside the webix.stringify function.
Furthermore the escape function used is deprecated:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape
The text was updated successfully, but these errors were encountered: