Skip to content

Commit

Permalink
minified static JS file for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Senne committed Jan 20, 2020
1 parent 380f41c commit ba8a570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h2>Info</h2>
<p>
Author: <a href="https://www.linkedin.com/in/sennejanssens/" target="_blank">Senne Janssens</a> ( Send me a message with feedback or suggestions ;) )<br>
Version: <span id="currentappversion">20200117.1</span> <br>
Version: <span id="currentappversion">20200120.1</span> <br>
Release notes: <a href="https://github.com/Lefky/lefky.github.io/commits/master"target="_blank">Check the master branch on Github</a>
</p>
<p>
Expand Down Expand Up @@ -172,7 +172,7 @@ <h3>Parameters</h3>
};
</script>
<!-- Moment.js -->
<script src="js/moment.js"></script><!-- https://momentjs.com/docs -->
<script src="js/moment.min.js"></script><!-- https://momentjs.com/docs -->
<script>
moment().format();
</script>
Expand Down
Loading

0 comments on commit ba8a570

Please sign in to comment.