Added github link in footer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
var headerText = "Bingo";
|
||||
|
||||
var footerText = "All Rights Reserved";
|
||||
var footerText = "<a href='https://github.com/jeffehobbs/HTML5-bingo/' target='_blank'>Code available on github</a>";
|
||||
|
||||
var JSONBingo = {"squares": [
|
||||
{"square": "one"},
|
||||
|
||||
@@ -5,9 +5,7 @@ $(document).ready(function() {
|
||||
|
||||
$('#header').append(headerText);
|
||||
|
||||
var d = new Date();
|
||||
var n = d.getFullYear()
|
||||
$('#footer').append("© "+n+" "+footerText);
|
||||
$('#footer').append(footerText);
|
||||
|
||||
var clickSnd = new Audio("audio/click.mp3");
|
||||
var winSnd = new Audio("audio/win.mp3");
|
||||
|
||||
Reference in New Issue
Block a user