fix problem with filescanning
This commit is contained in:
parent
6895c54a3f
commit
9d91e53027
|
@ -371,6 +371,9 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
function scanFiles(force,dir){
|
||||
if(!dir){
|
||||
dir='';
|
||||
}
|
||||
force=!!force; //cast to bool
|
||||
scanFiles.scanning=true;
|
||||
$('#scanning-message').show();
|
||||
|
|
Loading…
Reference in New Issue