diff --git a/index.html b/index.html index d96388f..28cf85d 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@ - \ No newline at end of file + diff --git a/js/tkm-initialize.js b/js/tkm-initialize.js index bb4c74e..f4f5695 100644 --- a/js/tkm-initialize.js +++ b/js/tkm-initialize.js @@ -16,7 +16,7 @@ Tkm.Sound.PASS = 8; Tkm.Sound.ROBBER = 9; Tkm.view = null; -Tkm.wsurl = 'ws://pure-dusk-5665.herokuapp.com'; +Tkm.wsurl = 'wss://pure-dusk-5665.herokuapp.com'; Tkm.ws = null; Tkm.roomIndex = null; Tkm.userList = []; @@ -118,4 +118,4 @@ Tkm.updateUserList = function () { } else { document.getElementById('play-user-list').innerHTML = html; } -} \ No newline at end of file +}