No more quote button
This commit is contained in:
parent
4389d17635
commit
1e38412af9
@ -27,6 +27,7 @@ Use TOR if you're worried.
|
||||
window.onload = function() {
|
||||
window.initializesheets();
|
||||
window.initializequotes();
|
||||
window.genQuote();
|
||||
};
|
||||
</SCRIPT>
|
||||
<TABLE><TR><TD valign="top" width="50%">
|
||||
@ -102,12 +103,6 @@ I would much rather talk to you via email or Signal instead of using something l
|
||||
<P>Here's a quote for you:</P>
|
||||
<P ID="quote">"Enable JavaScript to see a quote here."</P>
|
||||
<P ID="quoteauthor">~ Deven Blake</P>
|
||||
<INPUT
|
||||
ID="getaquote"
|
||||
TYPE="BUTTON"
|
||||
VALUE="Get a free quote today!"
|
||||
ONCLICK="window.genQuote();"
|
||||
/>
|
||||
|
||||
</TD>
|
||||
<TD valign="top" width="50%">
|
||||
|
Loading…
Reference in New Issue
Block a user