added search and logout to Linux
This commit is contained in:
parent
cbc6755791
commit
3d1768540d
7 changed files with 236 additions and 50 deletions
|
@ -35,6 +35,10 @@ function(HostApp, Core, Paths, URI) {
|
|||
Core.prototype.hide.call(this, this.container);
|
||||
}
|
||||
|
||||
Profile.prototype.logout = function() {
|
||||
this.container = "";
|
||||
}
|
||||
|
||||
Profile.prototype.showList = function(list) {
|
||||
$(this.body).hide();
|
||||
$(this.followingsBody).hide();
|
||||
|
|
Reference in a new issue