[fix] clean dir before build
This commit is contained in:
@@ -179,10 +179,12 @@ $( document ).ready( () => {
|
||||
});
|
||||
|
||||
// Submit results
|
||||
$("#btnSubmit").click((event) => {
|
||||
$("#btnSubmit").click(function(event) {
|
||||
// stop submit the form, we will post it manually.
|
||||
event.preventDefault();
|
||||
|
||||
socket.emit('option', user_option);
|
||||
|
||||
// Hide submit
|
||||
$('#ulysses16_submit').prop('disabled', true);
|
||||
$('#att48_submit').prop('disabled', true);
|
||||
|
||||
Reference in New Issue
Block a user