Skip to content
Snippets Groups Projects
Commit 3a46239c authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Reorder css files load order

parent ab73a401
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
<%= ERB.new(File.read(File.expand_path("#{ROOT}/public/wdn/templates_5.3/includes/global/head-2-local.html"))).result.gsub('$DEP_VERSION$', template_dep_version) %>
<!-- TemplateBeginEditable name="head" -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="/css/resource_scheduler.css?cb=20211006">
<link rel="stylesheet" href="/css/spencers.css">
<% if defined?(kiosk_mode) && kiosk_mode == 'true' %>
<link rel="stylesheet" href="/css/kiosk.css">
......@@ -24,6 +23,7 @@
<link rel="preload" href="/wdn/templates_5.3/css/deprecated.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/wdn/templates_5.3/css/deprecated.css"></noscript>
<link rel="stylesheet" href="/css/jquery.mCustomScrollbar.min.css" />
<link rel="stylesheet" href="/css/resource_scheduler.css?cb=20211006">
<!-- TemplateEndEditable -->
<!-- TemplateParam name="class" type="text" value="" -->
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment