added space

This commit is contained in:
Jeena 2013-09-19 11:45:33 +02:00
parent 4cfb5819a8
commit 7f1ab85e1a

View file

@ -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");