Add missing encoding

This commit is contained in:
nathangray 2019-01-11 13:16:38 -07:00
parent 2ace2ff4ed
commit 43d226b646

View File

@ -362,7 +362,7 @@ var et2_vfsPath = (function(){ "use strict"; return et2_vfsName.extend(
.text(text)
//.attr('title', egw.decodePath(path))
.click({data:path, egw: this.egw()}, function(e) {
e.data.egw.open({path: e.data.data, type:'httpd/unix-directory'}, "file");
e.data.egw.open({path: egw.encodePath(e.data.data), type:'httpd/unix-directory'}, "file");
})
.prependTo(this.span);
if(image)