update events

This commit is contained in:
Luke Pulverenti 2016-08-07 15:43:52 -04:00
parent 08c6ef7935
commit 0e0fa54547
17 changed files with 140 additions and 141 deletions

View file

@ -107,7 +107,7 @@
html += '<h1>' + globalize.translate('sharedcomponents#MySubtitles') + '</h1>';
if (layoutManager.tv) {
html += '<div class="paperList clear">';
html += '<div class="paperList paperList-clear">';
} else {
html += '<div class="paperList">';
}
@ -225,7 +225,7 @@
}
html += '<h1>' + provider + '</h1>';
if (layoutManager.tv) {
html += '<div class="paperList clear">';
html += '<div class="paperList paperList-clear">';
} else {
html += '<div class="paperList">';
}