This commit is contained in:
Kyle
2019-05-27 17:55:40 -07:00
parent 5a19f9d4ee
commit b40b67eb95
17 changed files with 1 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ finishChangingBorder()
function bottomInfoOld() {
var infoArtist = "Illus. " + document.getElementById("inputInfoArtist").value
var copyrightNumber = "\u2122 & \u00a9 1993-" + date.getFullYear() + " Wizards of the Coast, Inc. " + document.getElementById("inputInfoNumber").value
var copyrightNumber = "\u2122 & \u00a9 1993-" + date.getFullYear() + " Wizards of the Coast, Inc. *Not For Sale*" //+ document.getElementById("inputInfoNumber").value
textContext.textAlign = "center"
textContext.fillStyle = "black"
textContext.font = "31px mplantin"