We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49de446 commit 5078081Copy full SHA for 5078081
app/js/_timer.js renamed to app/js/timer.js
index.html
@@ -14,7 +14,7 @@
14
<script src="bower_components/momentjs/min/moment.min.js"></script>
15
<script src="bower_components/momentjs/min/locales.min.js"></script>
16
<script src="bower_components/humanize-duration/humanize-duration.js"></script>
17
- <script src="app/js/_timer.js"></script>
+ <script src="app/js/timer.js"></script>
18
<script src="app/js/i18nService.js"></script>
19
<script src="docs/docs.js"></script>
20
</head>
0 commit comments