added space
This commit is contained in:
parent
4cfb5819a8
commit
7f1ab85e1a
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ App.prototype.changeToPage = function(page) {
|
||||||
if(page == "#list") {
|
if(page == "#list") {
|
||||||
document.body.scrollTop = this.saveScrollTop;
|
document.body.scrollTop = this.saveScrollTop;
|
||||||
} else {
|
} else {
|
||||||
window.scroll(0,0);
|
window.scroll(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
active.removeClass("active");
|
active.removeClass("active");
|
||||||
|
|
Reference in a new issue