added new Timeago and removed unnecessary files
This commit is contained in:
parent
e211ed0c54
commit
7ffb809ce3
7 changed files with 166 additions and 2471 deletions
|
@ -18,9 +18,9 @@ function start(view) {
|
|||
} else if (view == "timeline") {
|
||||
|
||||
require(["controller/Timeline"], function(Timeline) {
|
||||
|
||||
tentia_instance = new Timeline();
|
||||
|
||||
|
||||
tentia_instance = new Timeline();
|
||||
|
||||
});
|
||||
|
||||
} else if (view == "mentions") {
|
||||
|
|
Reference in a new issue