You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test a template from http://templated.co containing Skel. I use it on a part of my site and it works fine.
MY section looks like that:
<title> </title>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
When I move maps “JS” and “CSS” one step up in the map structure parts of my section changes accordingly to:
<script src="../js/jquery.min.js"></script>
<script src="../js/jquery.dropotron.min.js"></script>
<script src="../js/skel.min.js"></script>
<script src="../js/skel-layers.min.js"></script>
<script src="../js/init.js"></script>
The scripts stop working.
What is wrong?
Tnx
Ranislav
The text was updated successfully, but these errors were encountered:
I test a template from http://templated.co containing Skel. I use it on a part of my site and it works fine.
<title> </title> <script src="js/jquery.min.js"></script> <script src="js/jquery.dropotron.min.js"></script> <script src="js/skel.min.js"></script> <script src="js/skel-layers.min.js"></script> <script src="js/init.js"></script> When I move maps “JS” and “CSS” one step up in the map structure parts of my section changes accordingly to: <script src="../js/jquery.min.js"></script> <script src="../js/jquery.dropotron.min.js"></script> <script src="../js/skel.min.js"></script> <script src="../js/skel-layers.min.js"></script> <script src="../js/init.js"></script> The scripts stop working. What is wrong? Tnx RanislavMY section looks like that:
The text was updated successfully, but these errors were encountered: