diff --git a/assets/js/angelleye-admin.js b/assets/js/angelleye-admin.js index 9bc6f9f67..a2169feab 100644 --- a/assets/js/angelleye-admin.js +++ b/assets/js/angelleye-admin.js @@ -54,18 +54,10 @@ jQuery(document).ready(function ($) { jQuery("#woocommerce_paypal_express_checkout_logo_hdrimg").after('Upload'); jQuery("#woocommerce_paypal_plus_checkout_logo").after(''); } - //PayPal Pro - jQuery("#woocommerce_paypal_pro_card_icon").css({float: "left"}); - jQuery("#woocommerce_paypal_pro_card_icon").after('Upload'); - - - //PayPal Flow - jQuery("#woocommerce_paypal_pro_payflow_card_icon").css({float: "left"}); - jQuery("#woocommerce_paypal_pro_payflow_card_icon").after('Upload'); - jQuery("#woocommerce_paypal_advanced_card_icon").css({float: "left"}); - jQuery("#woocommerce_paypal_advanced_card_icon").after('Upload'); - + jQuery("#woocommerce_paypal_pro_card_icon, #woocommerce_paypal_pro_payflow_card_icon, #woocommerce_paypal_advanced_card_icon, #woocommerce_paypal_credit_card_rest_card_icon").css({float: "left"}); + jQuery("#woocommerce_paypal_pro_card_icon, #woocommerce_paypal_pro_payflow_card_icon, #woocommerce_paypal_advanced_card_icon, #woocommerce_paypal_credit_card_rest_card_icon").after('Upload'); + var custom_uploader; $('.button_upload').click(function (e) { var BTthis = jQuery(this);