mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
🐛Remove join class refresh
This commit is contained in:
parent
7f280a1b56
commit
0c34d06e70
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ module.exports = class CoursesView extends RootView
|
|||
classroomName: newClassroom.get('name')
|
||||
ownerID: newClassroom.get('ownerID')
|
||||
}
|
||||
location.search = '' # Prevent another student from logging in later with the _cc query param in place
|
||||
@classrooms.add(newClassroom)
|
||||
@render()
|
||||
@classroomJustAdded = newClassroom.id
|
||||
|
|
Loading…
Reference in a new issue