DIY Deal Hammer-Aktion bei GOTOOLS! Kaufe ein Bosch 18V Aktionsgerät und sicher dir Akku und Ladegerät kostenlos dazu. Jetzt zuschlagen und bares Geld sparen! Jetzt Bosch Home und Garden 18V DEAL entdeckenAKTIONEN
window.addEventListener("load", () => {
setTimeout(function () {
$(function () {
const $itemGrid = $('.item-grid-list');
$itemGrid.on('click', '[data-href]', function (e) {
e.preventDefault();
const targetUrl = $(this).attr('data-href');
if (targetUrl) {
window.open(targetUrl, '_blank');
}
});
$itemGrid.on('click', '.add2b-add2wl, .add2b-add2wl .mobile-width-button', function (e) {
e.preventDefault();
});
});
}, 500);
});

















