Skip to content

Commit

Permalink
inline js
Browse files Browse the repository at this point in the history
  • Loading branch information
nirocfz committed Jul 11, 2018
1 parent d5f5ba8 commit 54065b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/scripts.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- custom js -->
<script type="text/javascript" src="{{ .Site.BaseURL }}assets/js/main.min.js"></script>
<script>"use strict";window.onload=function(){for(var i=document.querySelectorAll(".level-bar-inner"),t=function(t){var e=i[t];e.style.width=0;var n=e.getAttribute("data-level");e.style.transition="width 0.8s",setTimeout(function(){e.style.width=n},0)},e=0;e<i.length;e++)t(e)};</script>

0 comments on commit 54065b3

Please sign in to comment.