mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update built in studio images
This commit is contained in:
parent
2137a2436f
commit
0c23a1a971
6 changed files with 65 additions and 36 deletions
|
@ -321,7 +321,7 @@ var Dashboard = {
|
|||
var onclick = removeOnHide ? "$(\"#" + options.id + "\").remove();" : "$(\"#" + options.id + "\").hide();";
|
||||
|
||||
if (options.allowHide !== false) {
|
||||
options.html += "<span style='margin-left: 1em;'><button type='button' onclick='" + onclick + "' data-icon='delete' data-iconpos='notext' data-mini='true' data-inline='true' data-theme='a'>Hide</button></span>";
|
||||
options.html += "<span style='margin-left: 1em;'><button type='button' onclick='" + onclick + "' data-icon='delete' data-iconpos='notext' data-mini='true' data-inline='true' data-theme='b'>Hide</button></span>";
|
||||
}
|
||||
|
||||
if (options.forceShow) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue