mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-21 21:10:00 +01:00
Removes console.log lines.
This commit is contained in:
parent
d7b3bd79f8
commit
b39fbb8dc0
@ -32,8 +32,6 @@
|
||||
$input = $filter.find('input'),
|
||||
val = $input.val();
|
||||
|
||||
console.log('checkState', val, focus);
|
||||
|
||||
if (val || focus) {
|
||||
$filter.addClass('current');
|
||||
} else {
|
||||
|
@ -112,10 +112,8 @@
|
||||
$('#download img').attr('src', H5AI.core.image("download"));
|
||||
$('#download').removeClass('zipping');
|
||||
if (response.status === 'ok') {
|
||||
console.log("download worked!", response);
|
||||
window.location = H5AI.core.api() + '?action=getzip&id=' + response.id;
|
||||
} else {
|
||||
console.log("download failed!", response);
|
||||
$('#download').addClass('failed');
|
||||
setTimeout(function () {
|
||||
$('#download').removeClass('failed');
|
||||
|
Loading…
x
Reference in New Issue
Block a user