Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhaslett committed Dec 18, 2015
1 parent 2aeab9c commit 2843c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function newRandomGuff() {
if (!refreshButton) {
refreshButton = document.createElement('span');
refreshButton.className = 'refresh';
refreshButton.innerHTML="<img src='images/reload.png' >Get another"
refreshButton.innerHTML="<img src='images/reload.png' >Get another";
randomGuffClone.querySelector('.paraHeads').appendChild(refreshButton);
}

Expand Down

0 comments on commit 2843c90

Please sign in to comment.