removing the script tag from the list view file
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Apr 2017 17:49:37 +0000 (13:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Apr 2017 17:49:37 +0000 (13:49 -0400)
views/front/fields/list.html

index cf8abd6..6399b3e 100644 (file)
             </div>
            {/if}
         </div>
-{/foreach}
-<script>
-    jQuery(document).ready(function($){
-        
-        $('.slash-price').prev().children('.msrp-value').addClass('sale');
-        $('.red-hot').parent().parent().addClass('red-hot-border');
-        
-//        $('.red-hot-deal-logo-container').each(function(){
-//            var container = $(this).parents().eq(1);
-//            $(this).appendTo(container);
-//            $(this).css("display", "block");
-//         
-//        });
-        
-    });
-</script>
+{/foreach}
\ No newline at end of file