fixing merge conflict
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Apr 2017 14:49:19 +0000 (10:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Apr 2017 14:49:19 +0000 (10:49 -0400)
replacing Laury's original merge where he removed the js statement that moved
the sale price next to the msrp price in list view theme file

glm-member-db/views/front/members/list.html

index c14ae96..7019133 100644 (file)
         $('.glm-member-list-record').each(function(){
            if( $(this).find('.slash-price').length != 0 ){
                $(this).find('.msrp-value').addClass('sale');
-               $(this).find( $('.sale-price-value') ).insertAfter( $(this).find('.sale') ).css('display', 'block').css('float', 'right').addClass('sale-text');
+//               $(this).find( $('.sale-price-value') ).insertAfter( $(this).find('.sale') ).css('display', 'block').css('float', 'right').addClass('sale-text');
            }
         });