@@ -1525,9 +1525,12 @@
//Parse the filelist into global variable
currentFilelist = [];
if (data === null){
- //There is nothing is this folder.
+ //There is nothing in this folder.
$("#folderList").hide();
$("#fileList").hide();
+ if (callback !== undefined){
+ callback();
+ }
return;
}