comparison next/index.js @ 57:b3addcd4486c

extract css/js to their own files (patch is contaminated with some parameterization code)
author drewp@bigasterisk.com
date Fri, 26 Apr 2024 15:35:23 -0700
parents
children
comparison
equal deleted inserted replaced
56:a72c47973aa4 57:b3addcd4486c
1 function init(serverUrl) {
2 // this defaults to something incorrect, so we fix it hopefully before you go to vmui
3 localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl }));
4 }