merge
This commit is contained in:
commit
5d3be078b4
2 changed files with 4 additions and 2 deletions
|
@ -24,7 +24,6 @@ App.prototype.authenticate = function() {
|
|||
};
|
||||
|
||||
App.prototype.after_login = function(backend) {
|
||||
|
||||
/*
|
||||
var request = window.navigator.mozApps.getSelf();
|
||||
request.onsuccess = function() {
|
||||
|
@ -33,6 +32,7 @@ App.prototype.after_login = function(backend) {
|
|||
}
|
||||
}*/
|
||||
|
||||
|
||||
var _this = this;
|
||||
|
||||
window.onhashchange = function(e) {
|
||||
|
|
Reference in a new issue