added search and logout to Linux
This commit is contained in:
parent
cbc6755791
commit
3d1768540d
7 changed files with 236 additions and 50 deletions
|
@ -634,7 +634,7 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
|||
|
||||
Core.prototype.logout = function() {
|
||||
|
||||
this.body.innerHTML = "";
|
||||
if(this.body) this.body.innerHTML = "";
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue