Skip to content
This repository has been archived by the owner on Mar 2, 2025. It is now read-only.

Commit

Permalink
Move frontend JavaScript to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robiworks committed Dec 31, 2021
1 parent fbca22b commit a783133
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions frontend/site-content/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ <h1 class="title">Filtriranje</h1>
</div>
</div>
</body>
<script type="application/javascript" src="./rest.js"></script>
<script type="application/javascript" src="./list.js"></script>
<script type="application/javascript" src="./js/rest.js"></script>
<script type="application/javascript" src="./js/list.js"></script>
</html>
4 changes: 2 additions & 2 deletions frontend/site-content/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
<!-- PAGE CONTENT -->
<div id="map" style="width: 100%; height: 100%;"></div>
</body>
<script type="application/javascript" src="./rest.js"></script>
<script type="application/javascript" src="./map.js"></script>
<script type="application/javascript" src="./js/rest.js"></script>
<script type="application/javascript" src="./js/map.js"></script>
</html>

0 comments on commit a783133

Please sign in to comment.