merge
This commit is contained in:
commit
5d3be078b4
2 changed files with 4 additions and 2 deletions
|
@ -296,12 +296,14 @@ canvas {
|
|||
#full .article {
|
||||
clear: both;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 2.8em;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#full footer.bar {
|
||||
bottom: 0;
|
||||
margin: auto 0 0 0;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
height: 3.8em;
|
||||
}
|
||||
|
||||
|
|
|
@ -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