fixed avatar in sidebar

This commit is contained in:
jeena 2013-07-22 03:33:54 +02:00
parent 06fd235bec
commit 0eeffcf7f6
4 changed files with 31 additions and 10 deletions

View file

@ -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();
}