fixed css a bit and logout
This commit is contained in:
parent
69c5c270ad
commit
92ad94c1d8
3 changed files with 6 additions and 3 deletions
|
@ -14,11 +14,12 @@ App.prototype.authenticate = function() {
|
|||
};
|
||||
|
||||
App.prototype.after_login = function(backend) {
|
||||
|
||||
/*
|
||||
var request = window.navigator.mozApps.getSelf();
|
||||
request.onsuccess = function() {
|
||||
$("#version").innerHTML = request.result.manifest.version;
|
||||
}
|
||||
*/
|
||||
|
||||
var _this = this;
|
||||
|
||||
|
|
Reference in a new issue