{master} remove debug

trouperTv
Thibault Duplessis 2018-12-05 22:32:26 +07:00
parent 1efc6b96b4
commit 85ca2e2002
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@ $(function() {
function load($f) {
$f.submit(function() {
$f.find('.submit').attr('disabled', true);
console.log({
username: $f.find('#form3-username').val(),
password: $f.find('#form3-password').val(),
token: $f.find('#form3-token').val()
});
$.ajax({
url: $f.attr('action'),
method: $f.attr('method'),