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

3.0.5666.8

This commit is contained in:
Luke Pulverenti 2015-07-11 01:03:05 -04:00
parent 3e5c071ec0
commit dfacfaf79f
3 changed files with 873 additions and 881 deletions

View file

@ -2484,9 +2484,6 @@
getUserDataButtonHtml: function (method, itemId, btnCssClass, icon, tooltip) {
return '<paper-icon-button data-itemid="' + itemId + '" icon="' + icon + '" class="' + btnCssClass + '" onclick="LibraryBrowser.' + method + '(this);return false;"></paper-icon-button>';
btnCssClass += " imageButton";
return '<button data-itemid="' + itemId + '" class="' + btnCssClass + '" type="button" onclick="LibraryBrowser.' + method + '(this);return false;" title="' + tooltip + '" data-role="none"><i class="fa ' + icon + '"></i></button>';
},