瀏覽代碼

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.
tags/v9.0beta1
Roeland Jago Douma 8 年之前
父節點
當前提交
9be43e10af
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      core/js/oc-dialogs.js

+ 1
- 0
core/js/oc-dialogs.js 查看文件

@@ -753,6 +753,7 @@ var OCdialogs = {
var sorted = dirs.concat(others);

$.each(sorted, function(idx, entry) {
entry.icon = OC.MimeType.getIconUrl(entry.mimetype);
var $li = self.$listTmpl.octemplate({
type: entry.type,
dir: dir,

Loading…
取消
儲存