fix templates

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:11:04 -04:00
parent d468215184
commit 8be59b2444
257 changed files with 14082 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
// Fixs for IE
/************** DOM READY --> Begin ***********************/
$(function() {
$('.image-grid li:nth-child(3n)').addClass('last');
});
/************** DOM READY --> END *************************/