Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from Adamant-im/dev
Browse files Browse the repository at this point in the history
Store moment js locally
  • Loading branch information
adamant-al authored Feb 19, 2020
2 parents d56a4b1 + 511caee commit 1c43bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/public/assets/components/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="//code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/underscore.min.js"></script>
<script type="text/javascript" src="//momentjs.com/downloads/moment-with-locales.min.js"></script>
<script type="text/javascript" src="./assets/components/moment-with-locales.min.js"></script>
<link rel="stylesheet" href="/assets/styles.css">

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/icons/apple-touch-icon-57x57.png" />
Expand Down

0 comments on commit 1c43bac

Please sign in to comment.