Since the server no longer calculates the icon
The server no longer calculates the icon. So we have the js side do it for us.
This commit is contained in:
parent
9cdc3f0558
commit
9be43e10af
|
@ -753,6 +753,7 @@ var OCdialogs = {
|
||||||
var sorted = dirs.concat(others);
|
var sorted = dirs.concat(others);
|
||||||
|
|
||||||
$.each(sorted, function(idx, entry) {
|
$.each(sorted, function(idx, entry) {
|
||||||
|
entry.icon = OC.MimeType.getIconUrl(entry.mimetype);
|
||||||
var $li = self.$listTmpl.octemplate({
|
var $li = self.$listTmpl.octemplate({
|
||||||
type: entry.type,
|
type: entry.type,
|
||||||
dir: dir,
|
dir: dir,
|
||||||
|
|
Loading…
Reference in New Issue