Remove sourcemapping since map isnt there

Also fixed a log that was still in the js file
This commit is contained in:
joeyak 2019-03-10 18:11:02 -04:00
parent ecf64dff8a
commit c60406cb2c
2 changed files with 0 additions and 4 deletions

View File

@ -49,12 +49,9 @@ function setPlaying(title, link) {
}
window.onload = function () {
console.log("TEST 1")
$("INPUT").val("")
$("#name").keypress(function (evt) {
console.log("TEST 2")
if (evt.originalEvent.keyCode == 13) {
console.log("TEST 3")
$("#join").trigger("click")
}
})

File diff suppressed because one or more lines are too long