Scroll to 0 for smooth

This commit is contained in:
arzynik 2014-08-16 12:28:19 -07:00
parent 665e1dd6c1
commit dc3167147e

View File

@ -854,5 +854,5 @@ App.push = {
};
document.addEventListener('statusTap', function() {
App.scrollTop();
App.scrollTop(0);
});