mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Cleaned up some warnings
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<main class="center-align container">
|
<main class="center-align container">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h3 id="remote-text"></h3>
|
<h3 id="remote-text">Remote Controller</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<form action="#" class="row" id="remoteform" onsubmit="return false;">
|
<form action="#" class="row" id="remoteform" onsubmit="return false;">
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
||||||
<a title="Like what we made? Help us with a beer!" name="submit" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
<a title="Like what we made? Help us by donating (a) beer!" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
||||||
<a title="Like what we made? Help us with a beer!" name="submit" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
<a title="Like what we made? Help us by donating (a) beer!" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ if(isset($_GET['chan'])){
|
|||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
||||||
<a title="Like what we made? Help us with a beer!" name="submit" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
<a title="Like what we made? Help us by donating (a) beer!" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user