From 0338ed050d55983965a1e5aa9442298bf55fd55c Mon Sep 17 00:00:00 2001 From: devenblake Date: Tue, 22 Dec 2020 09:20:38 -0500 Subject: [PATCH] end test and quotes error fix --- homepage/index.html | 3 +-- homepage/quotes.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/homepage/index.html b/homepage/index.html index de130ad..7c126e2 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -135,8 +135,7 @@ Any stylesheet from any on-line source will work.

-

Here are some cool unsafe external stylesheets if you'd like to live on the edge in comfort.

- +

The following button manipulates the site cookie. This setting is the only use of cookies anywhere on this website.

diff --git a/homepage/quotes.js b/homepage/quotes.js index 68e4d6f..2440b3d 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -59,5 +59,5 @@ window.genQuote = function() { if(window.oldquote) window.quotes.push(window.oldquote); document.getElementById('quote').textContent = '\"' + window.quote[0] + '\"'; document.getElementById('quoteauthor').textContent = '~ ' + window.quote[1]; - document.getElementById('getaquote').setAttribute('value', 'Get another free quote today!'); +// document.getElementById('getaquote').setAttribute('value', 'Get another free quote today!'); };