page jumps to top on view change
This commit is contained in:
parent
6568c964e4
commit
bac7691f56
@ -77,6 +77,7 @@ var APP = function () {
|
|||||||
$bodyContents.empty();
|
$bodyContents.empty();
|
||||||
$('BODY').scrollTop(0);
|
$('BODY').scrollTop(0);
|
||||||
$bodyContents.html(output);
|
$bodyContents.html(output);
|
||||||
|
|
||||||
$('img').unveil();
|
$('img').unveil();
|
||||||
},
|
},
|
||||||
doUpdate = function (data) {
|
doUpdate = function (data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user