1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

[lib icons] use new lib icons

This commit is contained in:
llj
2017-07-31 17:30:43 +08:00
parent df40bee1d5
commit ab5c066a74
30 changed files with 35 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ define([
render: function() {
var obj = this.model.toJSON();
var icon_size = Common.isHiDPI() ? 96 : 24;
var icon_size = Common.isHiDPI() ? 48 : 24;
var icon_url = this.model.getIconUrl(icon_size);
var tmpl = $(window).width() >= 768 ? this.template : this.mobileTemplate;
$.extend(obj, {