fixed (OS X) so you can log in and out without restarting, added Add photo
This commit is contained in:
parent
be1d72cd6a
commit
e5704ddda7
11 changed files with 133 additions and 50 deletions
|
@ -148,6 +148,11 @@ function(Core, Paths, HostApp, URI) {
|
|||
Core.prototype.repost.call(this, id, entity, callback);
|
||||
}
|
||||
|
||||
Timeline.prototype.logout = function() {
|
||||
clearInterval(this.reloadIntervall);
|
||||
Core.prototype.logout.call(this);
|
||||
}
|
||||
|
||||
return Timeline;
|
||||
|
||||
});
|
Reference in a new issue