added search and logout to Linux

This commit is contained in:
jeena 2013-03-26 13:25:16 +01:00
parent cbc6755791
commit 3d1768540d
7 changed files with 236 additions and 50 deletions

View file

@ -634,7 +634,7 @@ function(jQuery, Paths, URI, HostApp, Cache) {
Core.prototype.logout = function() {
this.body.innerHTML = "";
if(this.body) this.body.innerHTML = "";
}