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!'); };