mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Add missing encoding
This commit is contained in:
parent
2ace2ff4ed
commit
43d226b646
@ -362,7 +362,7 @@ var et2_vfsPath = (function(){ "use strict"; return et2_vfsName.extend(
|
|||||||
.text(text)
|
.text(text)
|
||||||
//.attr('title', egw.decodePath(path))
|
//.attr('title', egw.decodePath(path))
|
||||||
.click({data:path, egw: this.egw()}, function(e) {
|
.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);
|
.prependTo(this.span);
|
||||||
if(image)
|
if(image)
|
||||||
|
Loading…
Reference in New Issue
Block a user