view index.js @ 85:b5cea75d68dd

metrics updates
author drewp@bigasterisk.com
date Wed, 14 Aug 2024 10:20:48 -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 }));
}