diff --git a/homepage/quotes.js b/homepage/quotes.js index e7244e7..f80d345 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -18,11 +18,6 @@ window.initializequotes = function() { window.quote = 0; } -window.setStyling = function(sheet) { - document.getElementById('styling').setAttribute('href', sheet); - return sheet; -}; - window.genQuote = function() { window.oldquote = window.quote; quoteindex = Math.floor(Math.random() * window.quotes.length);