mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update version
This commit is contained in:
parent
4f1ea568e2
commit
b506438e8c
1 changed files with 1 additions and 1 deletions
|
@ -3966,7 +3966,7 @@ $.fn.fieldcontain = function(/* options */) {
|
|||
//workaround to allow scripts to execute when included in page divs
|
||||
all.innerHTML = html;
|
||||
|
||||
page = all.querySelector("*[data-role='page'],*[data-role='dialog']");
|
||||
page = all.querySelector("div[data-role='page']");
|
||||
|
||||
//if page elem couldn't be found, create one and insert the body element's contents
|
||||
if ( !page ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue