mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 19:15:42 +02:00
debug
This commit is contained in:
parent
9ba46b4b8a
commit
1ee7b86ab4
js
@ -2868,13 +2868,10 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
|
||||
gutter: 25,
|
||||
columnWidth: 300
|
||||
});
|
||||
console.log('bubb');
|
||||
});
|
||||
};
|
||||
|
||||
return function (scope) {
|
||||
console.log('loading');
|
||||
console.log(scope);
|
||||
if (scope.$last) {
|
||||
refresh();
|
||||
}
|
||||
|
2
js/build/app.min.js
vendored
2
js/build/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -16,13 +16,10 @@ app.directive('newsRefreshMasonry', function ($timeout) {
|
||||
gutter: 25,
|
||||
columnWidth: 300
|
||||
});
|
||||
console.log('bubb');
|
||||
});
|
||||
};
|
||||
|
||||
return function (scope) {
|
||||
console.log('loading');
|
||||
console.log(scope);
|
||||
if (scope.$last) {
|
||||
refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user