From b506438e8cef232de5aaa0d87a048e0726fc656d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 5 Sep 2015 13:43:53 -0400 Subject: [PATCH] update version --- .../thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js b/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js index 86643e2549..500b288efd 100644 --- a/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js +++ b/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js @@ -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 ) {