if the screen is small enough to have a scrollbar always go to the top

This commit is contained in:
robbt 2020-05-12 15:27:48 -04:00
parent 8498029cd9
commit c0548d6a81
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ function submitForm(e, obj) {
e.preventDefault();
var d = $(e.target).serializeArray();
addOverlay();
$(".viewport").scrollTop(0);
// Append .promise().done() rather than using a
// callback to avoid call duplication
$("#overlay, #loadingImage").fadeIn(500).promise().done(function() {