remove require() in header.html

This commit is contained in:
Son NK 2019-07-07 20:04:26 +02:00
parent 309cb36864
commit aff99be7ac

View file

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