mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Fix typo
This commit is contained in:
parent
a660eb597b
commit
36a4a325f2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export default class Lobby {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
gn('blockstab').onclick = function () {
|
gn('blockstab').onclick = function () {
|
||||||
if (gn('booktab').className != 'tab on') {
|
if (gn('blockstab').className != 'tab on') {
|
||||||
Lobby.setSubMenu('blocks');
|
Lobby.setSubMenu('blocks');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue