fixes #510 - Paypal button on plugin page not working
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<input type="hidden" id="featureId" name="item_number" value="MBSupporter">
|
||||
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
|
||||
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
|
||||
<a data-role="button" id="ppButton" onclick="_xclick.submit();">
|
||||
<a data-role="button" id="ppButton" onclick="$(this).parents('form')[0].submit();">
|
||||
<img src="css/images/supporter/registerpaypal.png" /></a>
|
||||
<p id="noEmail" style="display: none">
|
||||
<strong>This developer has not provided a PayPal email. Please see their
|
||||
|
||||
Reference in New Issue
Block a user