1
0
This commit is contained in:
devenblake 2020-12-20 22:42:25 -05:00
parent f50e067a24
commit aa03d499cf

View File

@ -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);