2
0
mirror of https://git.coolaj86.com/coolaj86/browser-authenticator.js synced 2025-03-14 12:20:46 +00:00

change js file name

This commit is contained in:
AJ ONeal 2015-10-26 13:51:37 -07:00
parent e999d1e37a
commit b976008687
2 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@
<script src="jquery.countdown.js" type="text/javascript"></script> <script src="jquery.countdown.js" type="text/javascript"></script>
<!-- The Magic --> <!-- The Magic -->
<script src="countdown.js" type="text/javascript"></script> <script src="phone.js" type="text/javascript"></script>
</body> </body>
</html> </html>