Update msonedrive.js
This commit is contained in:
parent
4a0b8df57f
commit
0310cab3ae
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue