mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix icons in sort dropdown
This commit is contained in:
parent
2456f701d9
commit
a1da9e8b52
@ -3493,7 +3493,7 @@ define([
|
||||
if (APP.store[SORT_FILE_BY] === '') { classSorted = 'cp-app-drive-sort-filename'; }
|
||||
else if (APP.store[SORT_FILE_BY]) { classSorted = 'cp-app-drive-element-' + APP.store[SORT_FILE_BY]; }
|
||||
if (classSorted) {
|
||||
$list.find('.' + classSorted).addClass('cp-app-drive-sort-active').prepend($icon).find('svg').hide();
|
||||
$list.find('.' + classSorted).addClass('cp-app-drive-sort-active').prepend($icon).find('i').eq(1).hide();
|
||||
}
|
||||
};
|
||||
var getFileListHeader = function (clickable) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user