Skip to content

Commit

Permalink
fix urls in import
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Jan 9, 2022
1 parent 7d7a55b commit b57febd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- Libraries -->
<script src="./res/lib/jquery-3.6.0.min.js"></script>
<script src="./res/lib/mqtt.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/googlecode.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/googlecode.min.css"/>
<!-- Style for code -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>

<!-- Style for code insert -->
<script src="./res/lib/codemirror/lib/codemirror.js" defer></script>
Expand Down

0 comments on commit b57febd

Please sign in to comment.