Update msonedrive.js

pull/447/head
midoks 2 years ago
parent 4a0b8df57f
commit 0310cab3ae
  1. 2
      plugins/msonedrive/js/msonedrive.js

@ -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…
Cancel
Save