implemented scroll to load more
This commit is contained in:
parent
4c22917d8b
commit
b210e6ee32
6 changed files with 150 additions and 50 deletions
|
@ -44,6 +44,8 @@ function start(view) {
|
|||
bungloo.conversation = new Conversation();
|
||||
bungloo.search = new Search();
|
||||
|
||||
bungloo.sidebar.showContentForTimeline();
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue