app/assets/javascripts/adminpanel/imagesloaded.js in adminpanel-0.1.1 vs app/assets/javascripts/adminpanel/imagesloaded.js in adminpanel-1.0.0
- old
+ new
@@ -1,13 +1,13 @@
-$(document).ready(function(){
- $("#gallery-container").imagesLoaded(function(){
- $('#gallery-container').masonry({
- itemSelector: '.gallery-item',
- isAnimated:true,
- animationOptions: {
- duration: 700,
- easing:'linear',
- queue :false
- }
- });
- });
+$(document).ready(function(){
+ $("#gallery-container").imagesLoaded(function(){
+ $('#gallery-container').masonry({
+ itemSelector: '.gallery-item',
+ isAnimated:true,
+ animationOptions: {
+ duration: 700,
+ easing:'linear',
+ queue :false
+ }
+ });
+ });
});
\ No newline at end of file