Outcommenteded the Comment out of js/eyecandy.js.

This commit is contained in:
Timm 2015-01-24 17:36:10 +01:00
parent 9af4117957
commit 84d3b0515c
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
<script src="{{ "/js/TweenLite.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/EasePack.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/js/rAF.js" | prepend: site.baseurl }}"></script>
<!--script src="{{ "/js/eyecandy.js" | prepend: site.baseurl }}"></script-->
<script src="{{ "/js/eyecandy.js" | prepend: site.baseurl }}"></script>
</body>
</html>