set group to empty on group info load

This commit is contained in:
lilydjwg 2021-10-07 00:07:35 +08:00
parent 11d7288e7d
commit befcf435d1

View File

@ -29,6 +29,9 @@
do_hash_search()
const res = await fetch(`${LUOXU_URL}/groups`)
groups = (await res.json()).groups
if(!group) {
group = ''
}
})
function update_title() {