Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. if (jQuery) {
  2. jQuery('div.blog-social div.fb-like').attr('class', 'blog-social-item blog-fb-like');
  3. jQuery('#commentArea iframe').css('min-height', '410px');
  4. if (jQuery('.product-button').length > 0){
  5. jQuery(document).ready(function(){
  6. jQuery('.product-button').parent().each(function(index, product){
  7. if(jQuery(product).attr('target') == 'paypal'){
  8. if (!jQuery(product).find('> [name="bn"]').length){
  9. jQuery('<input>').attr({
  10. type: 'hidden',
  11. name: 'bn',
  12. value: 'DragAndDropBuil_SP_EC'
  13. }).appendTo(product);
  14. }
  15. }
  16. });
  17. });
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement