mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
[dir.js] modified for IE8
This commit is contained in:
@@ -250,7 +250,7 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
var path_list = path.substr(1).split('/');
|
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 != '/') {
|
if (path != '/') {
|
||||||
$.extend(obj, {
|
$.extend(obj, {
|
||||||
path_list: path_list,
|
path_list: path_list,
|
||||||
|
Reference in New Issue
Block a user