diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-05 10:45:17 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-05 10:45:17 -0400 |
| commit | 3b7da491072e5c366738ff549e8958d97948076a (patch) | |
| tree | eee68048e8d9904c34b7776d2946e22811b968fd /public/js/lib/views | |
| parent | 9be8b15c7efbd84193c74c99ce2c043f025f7ee6 (diff) | |
hook into ws
Diffstat (limited to 'public/js/lib/views')
| -rw-r--r-- | public/js/lib/views/lobby/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/lib/views/lobby/index.js b/public/js/lib/views/lobby/index.js index 70b63c4..0306445 100644 --- a/public/js/lib/views/lobby/index.js +++ b/public/js/lib/views/lobby/index.js @@ -9,7 +9,7 @@ var LobbyView = View.extend({ }, join: function(){ - var name = this.$createRoom.sanitize() + var name = this.$createRoom.sanitizeName() if (! name) { return } window.location.href = "/v/" + name } |
