From aa03d499cffa857ebe946fb87bd60e338ad51809 Mon Sep 17 00:00:00 2001 From: devenblake Date: Sun, 20 Dec 2020 22:42:25 -0500 Subject: [PATCH] Quotes --- homepage/quotes.js | 5 ----- 1 file changed, 5 deletions(-) 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);