Fix homepage js
This commit is contained in:
parent
6ea42d0dfe
commit
5e9d93a3d3
1 changed files with 5 additions and 2 deletions
|
@ -169,9 +169,12 @@
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<script src="/build/lib/smoothscroll.js"></script>
|
||||
<script src='/jspm_packages/system.js'></script>
|
||||
<script src='/config.js'></script>
|
||||
<script>
|
||||
smoothScroll.init();
|
||||
System.import('/build/lib/smoothscroll').then(function() {
|
||||
smoothScroll.init();
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue