mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
clean up
This commit is contained in:
parent
ec18d1ff92
commit
267d09bc87
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ function optionSelected (elem) {
|
||||||
key = parent.getAttribute('data-key');
|
key = parent.getAttribute('data-key');
|
||||||
value = parent.getAttribute('data-value');
|
value = parent.getAttribute('data-value');
|
||||||
}
|
}
|
||||||
console.log(key, value)
|
|
||||||
// if we still don't have a key and value, something is wrong -- just go
|
// if we still don't have a key and value, something is wrong -- just go
|
||||||
// to lobby
|
// to lobby
|
||||||
if (!key && !value) {
|
if (!key && !value) {
|
||||||
|
|
Loading…
Reference in a new issue