From 0338ed050d55983965a1e5aa9442298bf55fd55c Mon Sep 17 00:00:00 2001
From: devenblake
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!'); };