This commit is contained in:
jeena 2013-04-09 19:10:57 +02:00
parent cbed4eae9c
commit 56e31b9fd6
5 changed files with 17 additions and 11 deletions

View file

@ -15,6 +15,7 @@ function(HostApp, Core, Paths, URI) {
this.action = "profile";
this.container = document.createElement("div");
this.container.className = this.action;
document.getElementById("content").appendChild(this.container);
this.initProfileTemplate();