fixed avatar in sidebar
This commit is contained in:
parent
06fd235bec
commit
0eeffcf7f6
4 changed files with 31 additions and 10 deletions
|
@ -30,7 +30,7 @@ function(Core, APICalls, HostApp, URI) {
|
|||
document.getElementById("content").appendChild(this.container);
|
||||
|
||||
var _this = this;
|
||||
//this.reloadIntervall = setInterval(function() { _this.getNewData() }, this.timeout); //FIXME back
|
||||
this.reloadIntervall = setInterval(function() { _this.getNewData() }, this.timeout);
|
||||
|
||||
this.getNewData();
|
||||
}
|
||||
|
|
Reference in a new issue