1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[dir.js] modified for IE8

This commit is contained in:
llj
2015-07-02 17:38:36 +08:00
parent 205f5486bb
commit 63a975bf3d

View File

@@ -250,7 +250,7 @@ define([
};
var path_list = path.substr(1).split('/');
var path_list_encoded = path_list.map(function(e) { return encodeURIComponent(e); });
var path_list_encoded = Common.encodePath(path.substr(1)).split('/');
if (path != '/') {
$.extend(obj, {
path_list: path_list,