1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

fire masonry later so picturefill can finish first

This commit is contained in:
Matthias Kretschmann 2014-03-10 21:52:30 +01:00
parent 89c53dc374
commit 4d107f3781

View File

@ -1,7 +1,6 @@
$(ASAP = function(){
photoGrid.init();
siteNavigation.init();
siteEffects.init();
@ -9,6 +8,7 @@ $(ASAP = function(){
$(window).load( AfterLoad = function() {
photoGrid.init();
infiniteScroll.init();
});