Skip to content

Commit

Permalink
REST - Seems to have a reference to Braintree in it, ref #591
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 16, 2016
1 parent 34fb372 commit 2f37a8b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions assets/js/angelleye-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,10 @@ jQuery(document).ready(function ($) {
jQuery("#woocommerce_paypal_express_checkout_logo_hdrimg").after('<a href="#" id="checkout_logo_hdrimg" class="button_upload button">Upload</a>');
jQuery("#woocommerce_paypal_plus_checkout_logo").after('<a href="#" id="checkout_logo" class="button_upload button">Upload</a>');
}
//PayPal Pro
jQuery("#woocommerce_paypal_pro_card_icon").css({float: "left"});
jQuery("#woocommerce_paypal_pro_card_icon").after('<a href="#" id="upload" class="button_upload button">Upload</a>');


//PayPal Flow
jQuery("#woocommerce_paypal_pro_payflow_card_icon").css({float: "left"});
jQuery("#woocommerce_paypal_pro_payflow_card_icon").after('<a href="#" id="upload" class="button_upload button">Upload</a>');

jQuery("#woocommerce_paypal_advanced_card_icon").css({float: "left"});
jQuery("#woocommerce_paypal_advanced_card_icon").after('<a href="#" id="upload" class="button_upload button">Upload</a>');

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('<a href="#" id="upload" class="button_upload button">Upload</a>');
var custom_uploader;
$('.button_upload').click(function (e) {
var BTthis = jQuery(this);
Expand Down

0 comments on commit 2f37a8b

Please sign in to comment.