Files
CHIEFSOFT\ameye 8be59b2444 fix templates
2024-08-19 17:11:04 -04:00

9 lines
211 B
JavaScript

// Fixs for IE
/************** DOM READY --> Begin ***********************/
$(function() {
$('.image-grid li:nth-child(3n)').addClass('last');
});
/************** DOM READY --> END *************************/