added new Timeago and removed unnecessary files

This commit is contained in:
jeena 2012-11-18 09:46:29 +01:00
parent e211ed0c54
commit 7ffb809ce3
7 changed files with 166 additions and 2471 deletions

View file

@ -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") {