FSN#35982 geen versienummer in bestandsnaam zetten

svn path=/Website/trunk/; revision=28817
This commit is contained in:
Erik Groener
2016-04-08 14:08:31 +00:00
parent 7267e71f79
commit 4cd53dd2d7
2 changed files with 5 additions and 4 deletions

View File

@@ -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"
]
})

View File

@@ -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++)