diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-09 18:12:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-09 18:12:46 -0400 |
| commit | 92c289e25642b99c498412c49a37eff1c59b4ced (patch) | |
| tree | 4755e69bab46e38feb8870f8d2695e074f3525b8 /public/js/lib/views/lobby | |
| parent | d51849ad72d841d60d5d9cd2793e78577fa85bd9 (diff) | |
thinkin about the video
Diffstat (limited to 'public/js/lib/views/lobby')
| -rw-r--r-- | public/js/lib/views/lobby/lobby.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/lib/views/lobby/lobby.js b/public/js/lib/views/lobby/lobby.js index 6821436..ef03e55 100644 --- a/public/js/lib/views/lobby/lobby.js +++ b/public/js/lib/views/lobby/lobby.js @@ -11,10 +11,8 @@ var LobbyView = View.extend({ }, join: function(e){ - console.log("hwat") e && e.preventDefault() var name = this.$createRoom.sanitizeName() - console.log("name") if (! name) { return } window.location.href = "/v/" + name |
