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:
@@ -104,7 +104,7 @@ define([
|
||||
|
||||
render: function() {
|
||||
var obj = this.model.toJSON(),
|
||||
icon_size = Common.isHiDPI() ? 96 : 24,
|
||||
icon_size = Common.isHiDPI() ? 48 : 24,
|
||||
icon_url = this.model.getIconUrl(icon_size);
|
||||
|
||||
_.extend(obj, {
|
||||
|
Reference in New Issue
Block a user