view index.js @ 88:cb159e4e790c default tip

metric
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 19:58:32 -0700
parents adde35eb4773
children
line wrap: on
line source

function init(serverUrl) {
    // this defaults to something incorrect, so we fix it hopefully before you go to vmui
    localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl }));
}