mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
6ec48ff340
commit
8b28397294
6 changed files with 20 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['focusManager', 'css!./style.css', 'clearButtonStyle', 'paper-icon-button-light', 'material-icons'], function (focusManager) {
|
||||
define(['focusManager', 'css!./style.css', 'paper-icon-button-light', 'material-icons'], function (focusManager) {
|
||||
|
||||
var selectedButtonClass = 'alphaPickerButton-selected';
|
||||
|
||||
|
@ -13,7 +13,7 @@ define(['focusManager', 'css!./style.css', 'clearButtonStyle', 'paper-icon-butto
|
|||
}
|
||||
|
||||
function getLetterButton(l) {
|
||||
return '<button data-value="' + l + '" class="clearButton alphaPickerButton">' + l + '</button>';
|
||||
return '<button data-value="' + l + '" class="alphaPickerButton">' + l + '</button>';
|
||||
}
|
||||
|
||||
function render(element, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue