ugly boy
This commit is contained in:
@@ -526,13 +526,15 @@ var alertrm = function ($) {
|
||||
};
|
||||
alertrm(jQuery);
|
||||
|
||||
$('#categories').imagesLoaded(function () {
|
||||
$('#categories').isotope({
|
||||
itemSelector: '.category',
|
||||
percentPosition: true,
|
||||
layoutMode: 'masonry'
|
||||
});
|
||||
});
|
||||
// this added a nice looking effect to how the tems would load up and display on the page, sadly the items are positioned elements with this script
|
||||
// which makes it not so nice to work it. sry belst :D
|
||||
// $('#categories').imagesLoaded(function () {
|
||||
// $('#categories').isotope({
|
||||
// itemSelector: '.category',
|
||||
// percentPosition: true,
|
||||
// layoutMode: 'masonry'
|
||||
// });
|
||||
// });
|
||||
|
||||
$(function() {
|
||||
$('[data-toggle="popover"]').popover({
|
||||
|
Reference in New Issue
Block a user