mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix some linting errors
This commit is contained in:
parent
41e34aa88a
commit
098aeea612
@ -77,9 +77,9 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
|
|||||||
html += '</div>';
|
html += '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
html += "<div class='cardText'>"
|
html += "<div class='cardText'>";
|
||||||
html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
|
html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
|
||||||
html += '<br/>Status: ' + plugin.Status +'</div>';
|
html += '<br/>Status: ' + plugin.Status + '</div>';
|
||||||
html += "<div class='cardText cardText-secondary'>";
|
html += "<div class='cardText cardText-secondary'>";
|
||||||
html += plugin.Version;
|
html += plugin.Version;
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
Loading…
Reference in New Issue
Block a user