hot fix masonry by using 100ms timeout

This commit is contained in:
Bernhard Posselt 2016-02-20 18:14:44 +01:00
Родитель c8722f83b6
Коммит 2ef57a7060
2 изменённых файлов: 4 добавлений и 4 удалений

4
js/build/app.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -17,7 +17,7 @@ app.directive('newsRefreshMasonry', function ($timeout) {
gutter: 25, gutter: 25,
columnWidth: 300 columnWidth: 300
}); });
}); }, 100);
}); });
}; };
@ -26,4 +26,4 @@ app.directive('newsRefreshMasonry', function ($timeout) {
refresh(elem); refresh(elem);
} }
}; };
}); });