fixed #194
This commit is contained in:
parent
cbed4eae9c
commit
56e31b9fd6
5 changed files with 17 additions and 11 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue