Skip to content
Snippets Groups Projects
Commit 9d91e530 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix problem with filescanning

parent 6895c54a
Branches
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment