Skip to content

Commit

Permalink
Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Nov 18, 2017
1 parent a94e5ef commit ea2e5ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions views/inc/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<!-- Leaflet -->
<script type="text/javascript" src="/static/leaflet/leaflet.js"></script>
<script type="text/javascript" src="/static/Leaflet.loading/src/Control.Loading.js"></script>
<script type="text/javascript" src='/static/Leaflet.fullscreen/dist/Leaflet.fullscreen.min.js'></script>
<script type="text/javascript" src="/static/Leaflet.fullscreen/dist/Leaflet.fullscreen.min.js"></script>
<!-- bootstrap-wysiwyg -->
<script type="text/javascript" src="/gentelella/vendors/bootstrap-wysiwyg/js/bootstrap-wysiwyg.min.js"></script>
<script type="text/javascript" src="/gentelella/vendors/jquery.hotkeys/jquery.hotkeys.js"></script>
<script type="text/javascript" src="/gentelella/vendors/google-code-prettify/src/prettify.js"></script>
<!-- Fancybox -->
<script type="text/javascript" src='/static/fancybox/dist/jquery.fancybox.min.js'></script>
<script type="text/javascript" src="/static/fancybox/dist/jquery.fancybox.min.js"></script>
<!-- jQuery fullscreen -->
<script type="text/javascript" src="/static/js/jquery.fullscreen-min.js"></script>
<!-- Dropzone.js -->
Expand Down
2 changes: 1 addition & 1 deletion views/inc/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Leaflet -->
<link href="/static/leaflet/leaflet.css" rel="stylesheet">
<link href="/static/Leaflet.loading/src/Control.Loading.css" rel="stylesheet">
<link href='/static/Leaflet.fullscreen/dist/leaflet.fullscreen.css' rel='stylesheet'>
<link href="/static/Leaflet.fullscreen/dist/leaflet.fullscreen.css" rel="stylesheet">
<!-- Fancybox -->
<link href="/static/fancybox/dist/jquery.fancybox.min.css" rel="stylesheet">
<!-- Dropzone.js -->
Expand Down

0 comments on commit ea2e5ae

Please sign in to comment.