remove require() in header.html

This commit is contained in:
Son NK 2019-07-07 20:04:26 +02:00
parent 309cb36864
commit aff99be7ac
1 changed files with 1 additions and 3 deletions

View File

@ -69,8 +69,6 @@
<script>
function startIntro() {
require(['intro'], function (intro) {
introJs().start();
})
introJs().start();
}
</script>