annotate next/index.js @ 64:def1aa2bfa3f

more targets polish. reorg code into next/
author drewp@bigasterisk.com
date Thu, 02 May 2024 23:06:31 -0700
parents b3addcd4486c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
57
b3addcd4486c extract css/js to their own files
drewp@bigasterisk.com
parents:
diff changeset
1 function init(serverUrl) {
b3addcd4486c extract css/js to their own files
drewp@bigasterisk.com
parents:
diff changeset
2 // this defaults to something incorrect, so we fix it hopefully before you go to vmui
b3addcd4486c extract css/js to their own files
drewp@bigasterisk.com
parents:
diff changeset
3 localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl }));
b3addcd4486c extract css/js to their own files
drewp@bigasterisk.com
parents:
diff changeset
4 }