mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #404 - Problems producing PayPal window with some browsers
This commit is contained in:
parent
f207361bd5
commit
1fad89a40b
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
<input type="hidden" 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" onclick="_xclick.submit();">
|
||||
<a data-role="button" onclick="$(this).parents('form')[0].submit();">
|
||||
<img src="css/images/supporter/donatepaypal.png" /></a>
|
||||
<a href="https://github.com/MediaBrowser/MediaBrowser/wiki" data-role="button" target="_blank">Become a Developer</a>
|
||||
</form>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<input type="hidden" 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" onclick="_xclick.submit();">
|
||||
<a data-role="button" onclick="$(this).parents('form')[0].submit();">
|
||||
<img src="css/images/supporter/donatepaypal.png" /></a>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue