mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
remove require() in header.html
This commit is contained in:
parent
309cb36864
commit
aff99be7ac
1 changed files with 1 additions and 3 deletions
|
@ -69,8 +69,6 @@
|
|||
|
||||
<script>
|
||||
function startIntro() {
|
||||
require(['intro'], function (intro) {
|
||||
introJs().start();
|
||||
})
|
||||
introJs().start();
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue