1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-08-04 22:03:15 -04:00
parent 058d86a988
commit 1d0c9407f0
9 changed files with 46 additions and 63 deletions

View file

@ -48,11 +48,11 @@
EmbyButtonPrototype.attachedCallback = function () {
if (this.getAttribute('data-embybutton') == 'true') {
if (this.classList.contains('paper-icon-button-light')) {
return;
}
this.setAttribute('data-embybutton', 'true');
this.classList.add('paper-icon-button-light');
if (enableAnimation()) {
this.addEventListener('keydown', onKeyDown);