summaryrefslogtreecommitdiffstats
path: root/js/directive/NewsRefreshMasonry.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/directive/NewsRefreshMasonry.js')
-rw-r--r--js/directive/NewsRefreshMasonry.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/directive/NewsRefreshMasonry.js b/js/directive/NewsRefreshMasonry.js
index a921de13d..c197ebbfa 100644
--- a/js/directive/NewsRefreshMasonry.js
+++ b/js/directive/NewsRefreshMasonry.js
@@ -17,7 +17,7 @@ app.directive('newsRefreshMasonry', function ($timeout) {
gutter: 25,
columnWidth: 300
});
- });
+ }, 100);
});
};
@@ -26,4 +26,4 @@ app.directive('newsRefreshMasonry', function ($timeout) {
refresh(elem);
}
};
-}); \ No newline at end of file
+});