-
Home
/
-
Industry
/
-
MELIN H7232 DIA 8MM SH 0.3150 LOC 0.1575 OAL 2.9528 End Mill Carbide nACRoA Single End High Feed0.0787 2.00MM
Only registered users can write reviews
// Suppress loader when dragging the carousel
$(document).on('drag.owl.carousel', '.owl-carousel', function () {
$('body').addClass('suppress-loader');
});
$(document).on('dragged.owl.carousel', '.owl-carousel', function () {
setTimeout(() => $('body').removeClass('suppress-loader'), 100);
});