bugfix 23

This commit is contained in:
Jacob Levine 2019-03-22 00:33:50 -05:00
parent ebe25312b5
commit 8dcb59a15c

View File

@ -389,6 +389,7 @@ function subReport() {
setTimeout(function() { setTimeout(function() {
window.location.href = '../scout'; window.location.href = '../scout';
}, 500); }, 500);
});
} }
}); });
} }