mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix markup
This commit is contained in:
parent
3a045a664b
commit
217234f89d
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ var Dashboard = {
|
|||
var onclick = removeOnHide ? "jQuery(\"#" + options.id + "\").trigger(\"notification.remove\").remove();" : "jQuery(\"#" + options.id + "\").trigger(\"notification.hide\").hide();";
|
||||
|
||||
if (options.allowHide !== false) {
|
||||
options.html += "<span style='margin-left: 1em;'><paper-button class='submit' onclick='" + onclick + "'>" + Globalize.translate('ButtonHide') + "</paper-button></span>";
|
||||
options.html += '<span style="margin-left: 1em;"><paper-button class="submit" onclick="' + onclick + '">' + Globalize.translate('ButtonHide') + "</paper-button></span>";
|
||||
}
|
||||
|
||||
if (options.forceShow) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue