Add prevent default
This commit is contained in:
parent
9359f618da
commit
0a5721ba5b
@ -26,6 +26,9 @@ $(document).ready(function () {
|
||||
btn_flush = $('#flush_btn');
|
||||
btn_add = $('#add_btn');
|
||||
switchAutoFlow = $("#autoflow");
|
||||
$("form").submit(function(e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
setInterval("getCurentMusic()", 1000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user