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
7b75b71264
commit
3021d62eb4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="_xclick" target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<div class="premiumPackage" data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em; display: none" data-theme="a">
|
||||
<h3>Registration</h3>
|
||||
<p id="regStatus">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue