1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 12:53:23 +02:00

More updates

This commit is contained in:
Antonio Laguna
2017-02-23 08:34:18 +01:00
parent 2ef3f986ed
commit 2c21b8f5d9

View File

@@ -340,8 +340,9 @@
<script src="../static/js/svg-icons.js"></script> <script src="../static/js/svg-icons.js"></script>
<script src="../static/js/webslides.js"></script> <script src="../static/js/webslides.js"></script>
<!-- Autoslide 5 seconds. If you don't want autoslide, remove: {autoslide: 5000} -->
<script> <script>
window.ws = new WebSlides(); window.ws = new WebSlides({ autoslide: 5000 });
</script> </script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) --> <!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->