Quotes
This commit is contained in:
parent
f50e067a24
commit
aa03d499cf
@ -18,11 +18,6 @@ window.initializequotes = function() {
|
|||||||
window.quote = 0;
|
window.quote = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.setStyling = function(sheet) {
|
|
||||||
document.getElementById('styling').setAttribute('href', sheet);
|
|
||||||
return sheet;
|
|
||||||
};
|
|
||||||
|
|
||||||
window.genQuote = function() {
|
window.genQuote = function() {
|
||||||
window.oldquote = window.quote;
|
window.oldquote = window.quote;
|
||||||
quoteindex = Math.floor(Math.random() * window.quotes.length);
|
quoteindex = Math.floor(Math.random() * window.quotes.length);
|
||||||
|
Loading…
Reference in New Issue
Block a user