|
|
|
@ -244,12 +244,12 @@ $(document).ready(function(){ |
|
|
|
|
Collection.parent=$('#collection'); |
|
|
|
|
Collection.load(); |
|
|
|
|
Collection.parent.hide(); |
|
|
|
|
$('#scan input.start').click(function(){ |
|
|
|
|
//$('#scan input.start').click(function(){
|
|
|
|
|
$('#scan input.start').hide(); |
|
|
|
|
$('#scan input.stop').show(); |
|
|
|
|
$('#scan input.stop').click(function(){ |
|
|
|
|
Scanner.toggle(); |
|
|
|
|
}); |
|
|
|
|
Scanner.scanCollection(); |
|
|
|
|
}); |
|
|
|
|
//});
|
|
|
|
|
}); |
|
|
|
|