Use correct icons for the search results in the drive
This commit is contained in:
parent
1f3f4941b5
commit
a0d452bbd9
@ -2096,7 +2096,7 @@ define([
|
||||
var parsed = Hash.parsePadUrl(href);
|
||||
var $table = $('<table>');
|
||||
var $icon = $('<td>', {'rowspan': '3', 'class': 'cp-app-drive-search-icon'})
|
||||
.append(getFileIcon(href));
|
||||
.append(getFileIcon(r.id));
|
||||
var $title = $('<td>', {
|
||||
'class': 'cp-app-drive-search-col1 cp-app-drive-search-title'
|
||||
}).text(r.data.title)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user