commit 3af3ccc059c004fd60d146360b6b654b585c7aa4
parent 68a927d6bd99091d064e4f981010de0ea9f0e240
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Sun, 10 Apr 2011 13:24:34 +0200
Renomage scores.js → score.js .
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/html5/score.html b/code/html5/score.html
@@ -14,7 +14,7 @@ body {
</style>
<script src="jquery-1.5.1.min.js"></script>
<script src="jquery-ui-1.8.11.custom.min.js"></script>
- <script src="scores.js"></script>
+ <script src="score.js"></script>
<script src="my-extensions.js"></script>
</head>
<body>
diff --git a/code/html5/scores.js b/code/html5/score.js