page jumps to top on view change

This commit is contained in:
Martin Donnelly 2016-03-16 13:46:17 +00:00
parent 6568c964e4
commit bac7691f56

View File

@ -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) {