Chyba při načítání obrázků.
');
}
},
error: function() {
$content.html('Chyba při komunikaci se serverem.
');
}
});
});
// Kliknutí na "Zpět na kategorie"
$('.stanektech-gallery-back-link').on('click', function(e) {
e.preventDefault();
$(this).closest('.stanektech-gallery-container').hide();
$('.stanektech-gallery-categories').show();
});
});
})(jQuery);