mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -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 () {
|
||||
if (gn('booktab').className != 'tab on') {
|
||||
if (gn('blockstab').className != 'tab on') {
|
||||
Lobby.setSubMenu('blocks');
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue