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

removed interiorLink class

This commit is contained in:
Luke Pulverenti 2013-03-26 23:04:51 -04:00
parent 686e5cfa86
commit c524363843
2 changed files with 4 additions and 9 deletions

View file

@ -233,10 +233,10 @@
html += '  /  ';
}
html += '<a class="interiorLink" href="#">' + item.Genres[i] + '</a>';
html += '<a href="#">' + item.Genres[i] + '</a>';
}
elem.html(html);
elem.html(html).trigger('create');
} else {
@ -259,10 +259,10 @@
html += '&nbsp;&nbsp;/&nbsp;&nbsp;';
}
html += '<a class="interiorLink" href="#">' + item.Studios[i] + '</a>';
html += '<a href="#">' + item.Studios[i] + '</a>';
}
elem.html(html);
elem.html(html).trigger('create');
} else {