Corrected tutorial bugs

This commit is contained in:
Thomas FORGIONE
2015-08-05 14:47:54 +02:00
parent 5f40dea529
commit fb56153b4d
7 changed files with 8 additions and 14 deletions

View File

@@ -20,7 +20,6 @@ block extrajs
$('#form').submit(function(e) {
e.preventDefault();
var val = filterInt(document.getElementById('num').value);
console.log(val);
window.location.href = "/stream/" + val;
});
});