1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update version

This commit is contained in:
Luke Pulverenti 2015-09-05 13:43:53 -04:00
parent 4f1ea568e2
commit b506438e8c

View file

@ -3966,7 +3966,7 @@ $.fn.fieldcontain = function(/* options */) {
//workaround to allow scripts to execute when included in page divs //workaround to allow scripts to execute when included in page divs
all.innerHTML = html; 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 elem couldn't be found, create one and insert the body element's contents
if ( !page ) { if ( !page ) {