move StartIntro() to footer.html

This commit is contained in:
Son NK 2020-05-23 18:59:28 +02:00
parent dae357dd6b
commit 95c5cb8452
2 changed files with 9 additions and 7 deletions

View File

@ -38,4 +38,11 @@
</div>
</div>
</div>
</footer>
</footer>
<script>
function startIntro() {
introJs().setOption('showProgress', true).start();
introJs().start();
}
</script>

View File

@ -74,9 +74,4 @@
</div>
</div>
<script>
function startIntro() {
introJs().setOption('showProgress', true).start();
introJs().start();
}
</script>