mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #510 - Paypal button on plugin page not working
This commit is contained in:
parent
ea331d4c27
commit
511a24aa6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue