Replace calls to localStorage.getItem
robinvanemden opened this issue · 1 comments
robinvanemden commented
Replace calls to localStorage.getItem() with a function that offers a fallback when the browser's cache is cleared:
- A "server_url" setting set in a configuration file.
- If all else fails, http://localhost:8080.
robinvanemden commented
Fixed.