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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/directive/NewsRefreshMasonry.js b/js/directive/NewsRefreshMasonry.js
index 5095a5a75..004f97307 100644
--- a/js/directive/NewsRefreshMasonry.js
+++ b/js/directive/NewsRefreshMasonry.js
@@ -16,10 +16,12 @@ app.directive('newsRefreshMasonry', function ($timeout) {
gutter: 25,
columnWidth: 300
});
+ console.log('bubb');
});
};
return function (scope, elem) {
+ console.log('loading');
if (scope.$last) {
refresh(elem);
}