Panel/themes/Obsidian/modules/simple-billing/shop.js
2026-05-03 23:31:07 +00:00

7 lines
No EOL
123 B
JavaScript

jQuery(function($){
$('img').each(function() {
if ($(this).attr('src') == 'images/cart.png') {
$(this).remove();
}
});
});