Replace all Unicode icon with there value
This commit is contained in:
@@ -188,7 +188,7 @@ define(['playbackManager', 'userSettings', 'alphaPicker', 'alphaNumericShortcuts
|
||||
return;
|
||||
}
|
||||
|
||||
btnSortIcon.innerHTML = values.sortOrder === 'Descending' ? '' : '';
|
||||
btnSortIcon.innerHTML = values.sortOrder === 'Descending' ? 'arrow_downward' : 'arrow_upward';
|
||||
}
|
||||
|
||||
function bindAll(elems, eventName, fn) {
|
||||
@@ -592,4 +592,4 @@ define(['playbackManager', 'userSettings', 'alphaPicker', 'alphaNumericShortcuts
|
||||
};
|
||||
|
||||
return ItemsTab;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user