1
0
Fork 0
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:
Luke Pulverenti 2015-11-29 01:20:58 -05:00
parent 49b8dc28b5
commit 0f51a375ce
5 changed files with 168 additions and 416 deletions

View file

@ -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 + "']"),