Skip to content
Snippets Groups Projects
Commit a4e86fe4 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

changed css load order too (not only js loader order)

parent 531febf6
No related branches found
No related tags found
3 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!62712.2.0~beta.1 into master,!6102nd attempt at fixing Safari styling (changed css load order in addition to js load order)
Pipeline #8585 passed
......@@ -51,14 +51,14 @@
</script>
</h:head>
<h:body onload="initMap();" >
<h:outputStylesheet library="css" name="bootstrap.min.css"/>
<h:outputStylesheet library="css" name="style.css"/>
<h:outputStylesheet library="css" name="minerva.css" />
<h:outputStylesheet library="css" name="pileup.css"/>
<h:outputScript library="primefaces" name="jquery/jquery.js" target="head" />
<div id="minervaAppDiv" style="height: 100%;width: 100%;margin: 0;"></div>
<h:outputStylesheet library="css" name="bootstrap.min.css"/>
<div id="minervaAppDiv" style="height: 100%;width: 100%;margin: 0;"></div>
</h:body>
</f:view>
</html>
......
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