Update msonedrive.js

This commit is contained in:
midoks 2023-09-02 21:06:30 +08:00
parent 4a0b8df57f
commit 0310cab3ae
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ function odList(path){
}
pathname += '/' + tmp[i];
pathname = pathname.replace('//','/');
pathLi += '<li><a title="'+pathname+'" onclick="osList(\''+pathname+'\')">'+dirname+'</a></li>';
pathLi += '<li><a title="'+pathname+'" onclick="odList(\''+pathname+'\')">'+dirname+'</a></li>';
}
var um = 1;
if(tmp[tmp.length-1] == '') um = 2;