Skip to content

Commit c120aac

Browse files
Submitting final files, project displays fine in localhost but not on GitHub
1 parent f400c47 commit c120aac

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ This application should be used by developers, junior developers and anyone who
1313
N/A
1414

1515
## License
16-
N/A
17-
18-
## Images
19-
See images directory for screenshot.
20-
![Alt Initial Project] (../images/CodeQuiz-Lnadingpage.png)
16+
N/A
-52.8 KB
Binary file not shown.

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function countdown() {
7373
if(timerCount == 0) { //This line displays the text + remaining time in timer
7474
timerCount = finalScore.textContent;
7575
document.getElementById('finalScore').textContent;
76-
// clearInterval(timer);
76+
clearInterval(timer);
7777
endGame();
7878
}
7979
},1000);

0 commit comments

Comments
 (0)