Plugin Directory

Changeset 2339557


Ignore:
Timestamp:
07/13/2020 09:07:53 AM (6 years ago)
Author:
trof
Message:

ver 1.0.2 - ugly javascript error fixed

Location:
exchange-paypal-to-satoshi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exchange-paypal-to-satoshi/trunk/exchange-paypal-to-satoshi.php

    r2339353 r2339557  
    44 * Description: Exchange USD to Satoshi instantly at your rate, keep the profit.
    55 * Author: Alexey Trofimov
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * License: GPLv2
    88 * Text Domain: exchange-paypal-to-satoshi
     
    461461        $ret .= '<div class="ppse-global-loader"></div>
    462462            <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);
    471463                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               
    472473                    PPSE1990F_show_wait(false);
    473474                    jQuery(document).on("change keyup paste focus blur", "#PPSE1990F_exchange_email",function () {
  • exchange-paypal-to-satoshi/trunk/readme.txt

    r2339353 r2339557  
    102102== Changelog ==
    103103
     104= V1.0.2 - 13.07.2020 =
     105Fixed ugly JavaScript timing error.<br>
     106
    104107= V1.0.1 - 12.07.2020 =
    105108Bootstrap compatibility fixed.<br>
Note: See TracChangeset for help on using the changeset viewer.