This commit is contained in:
Yueyu 2021-05-13 19:39:03 +08:00
parent ec18d1ff92
commit 267d09bc87

View file

@ -212,7 +212,6 @@ function optionSelected (elem) {
key = parent.getAttribute('data-key');
value = parent.getAttribute('data-value');
}
console.log(key, value)
// if we still don't have a key and value, something is wrong -- just go
// to lobby
if (!key && !value) {