mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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)
|
||||
//.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)
|
||||
|
Loading…
Reference in New Issue
Block a user