FSN#34509 Third party library updates
svn path=/Website/trunk/; revision=27905
This commit is contained in:
@@ -29,13 +29,13 @@ FCLTMHeader =
|
||||
css: [rooturl + "/appl/pda/default.css"]
|
||||
})
|
||||
if (typeof Session("Logging")=="undefined" || Session("Logging") == 0)
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.2.min.js"] })
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.5.min.js"] })
|
||||
else
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.2.js"] });
|
||||
var theme = S("cssformobile") || rooturl + "/appl/localscripts/theme/cust.mobile-1.4.2.min.css";
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.5.js"] });
|
||||
var theme = S("cssformobile") || rooturl + "/appl/localscripts/theme/cust.mobile-1.4.5.min.css";
|
||||
FCLTHeader.Requires({ css: [theme,
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.icons-1.4.2.min.css",
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.structure-1.4.2.min.css"
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.icons-1.4.5.min.css",
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.structure-1.4.5.min.css"
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user