mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove pageContainer from widget
This commit is contained in:
parent
49b8dc28b5
commit
0f51a375ce
5 changed files with 168 additions and 416 deletions
|
@ -104,7 +104,7 @@
|
|||
miniClass = (this.options.mini || control.data("mini")) ? " ui-mini" : "",
|
||||
cType = control[0].nodeName.toLowerCase(),
|
||||
isToggleSwitch = (cType === "select"),
|
||||
isRangeslider = control.parent().is(":jqmData(role='rangeslider')"),
|
||||
isRangeslider = control.parent().is("[data-role='rangeslider']"),
|
||||
selectClass = (isToggleSwitch) ? "ui-slider-switch" : "",
|
||||
controlID = control.attr("id"),
|
||||
$label = $("[for='" + controlID + "']"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue