Remove sourcemapping since map isnt there
Also fixed a log that was still in the js file
This commit is contained in:
parent
ecf64dff8a
commit
c60406cb2c
@ -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")
|
||||
}
|
||||
})
|
||||
|
1
static/js/flv.min.js
vendored
1
static/js/flv.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user