FSN#35982 geen versienummer in bestandsnaam zetten
svn path=/Website/trunk/; revision=28817
This commit is contained in:
@@ -32,10 +32,10 @@ FCLTMHeader =
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.5.min.js"] })
|
||||
else
|
||||
FCLTHeader.Requires({ js: ["jquery.mobile-1.4.5.js"] });
|
||||
var theme = S("cssformobile") || rooturl + "/appl/localscripts/theme/cust.mobile-1.4.5.min.css";
|
||||
var theme = S("cssformobile") || rooturl + "/appl/localscripts/theme/cust.mobile.min.css";
|
||||
FCLTHeader.Requires({ css: [theme,
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.icons-1.4.5.min.css",
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.structure-1.4.5.min.css"
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.icons.min.css",
|
||||
rooturl + "/appl/localscripts/theme/jquery.mobile.structure.min.css"
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
/************************************************************/
|
||||
_jqueryver = "jquery-1.11.3"; // Pas ook expired.asp aan en FacmgtTools.asp
|
||||
_jqueryuiver = "jquery-ui-1.11.4.custom";
|
||||
_jqueryuiver_css = "jquery-ui.custom";
|
||||
|
||||
if (typeof FCLTHeader != "undefined")
|
||||
{
|
||||
@@ -217,7 +218,7 @@ FCLTHeader =
|
||||
return;
|
||||
}
|
||||
var theme = // S("cssfordesktop") ||
|
||||
"/appl/Localscripts/theme/" + _jqueryuiver + ".min.css";
|
||||
"/appl/Localscripts/theme/" + _jqueryuiver_css + ".min.css";
|
||||
FCLTHeader.AddStylesheet(rooturl + theme);
|
||||
|
||||
for (var i = 0; i < FCLTHeader._params.css.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user