Changeset 2339557
- Timestamp:
- 07/13/2020 09:07:53 AM (6 years ago)
- Location:
- exchange-paypal-to-satoshi/trunk
- Files:
-
- 2 edited
-
exchange-paypal-to-satoshi.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exchange-paypal-to-satoshi/trunk/exchange-paypal-to-satoshi.php
r2339353 r2339557 4 4 * Description: Exchange USD to Satoshi instantly at your rate, keep the profit. 5 5 * Author: Alexey Trofimov 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * License: GPLv2 8 8 * Text Domain: exchange-paypal-to-satoshi … … 461 461 $ret .= '<div class="ppse-global-loader"></div> 462 462 <script> 463 var PPSE1990F_s2d = '.$satoshi_price_profit.';464 var PPSE1990F_df = '.$profit_fiat.';465 var PPSE1990F_sm = '.$satoshi_max.';466 PPSE1990F_show_wait(true);467 var PPSE1990F_check_receiver_email = function(){468 jQuery("#PPSE1990F_exchange_go").prop( "disabled", !PPSE1990F_validate_email_highlight("#PPSE1990F_exchange_email","#PPSE1990F_exchange_email_wrap","#PPSE1990F_exchange_email_icon") );469 }470 var PPSE1990F_check_re_timer = setInterval(function(){PPSE1990F_check_receiver_email();}, 500);471 463 jQuery(document).ready(function() { 464 var PPSE1990F_s2d = '.$satoshi_price_profit.'; 465 var PPSE1990F_df = '.$profit_fiat.'; 466 var PPSE1990F_sm = '.$satoshi_max.'; 467 PPSE1990F_show_wait(true); 468 var PPSE1990F_check_receiver_email = function(){ 469 jQuery("#PPSE1990F_exchange_go").prop( "disabled", !PPSE1990F_validate_email_highlight("#PPSE1990F_exchange_email","#PPSE1990F_exchange_email_wrap","#PPSE1990F_exchange_email_icon") ); 470 } 471 var PPSE1990F_check_re_timer = setInterval(function(){PPSE1990F_check_receiver_email();}, 500); 472 472 473 PPSE1990F_show_wait(false); 473 474 jQuery(document).on("change keyup paste focus blur", "#PPSE1990F_exchange_email",function () { -
exchange-paypal-to-satoshi/trunk/readme.txt
r2339353 r2339557 102 102 == Changelog == 103 103 104 = V1.0.2 - 13.07.2020 = 105 Fixed ugly JavaScript timing error.<br> 106 104 107 = V1.0.1 - 12.07.2020 = 105 108 Bootstrap compatibility fixed.<br>
Note: See TracChangeset
for help on using the changeset viewer.