|
@@ -309,10 +309,10 @@ var initMoes = function() {
|
|
|
$('[moe]>form:not([show]):visible').hide();
|
|
|
$(realForm).toggle(100);
|
|
|
initPrimaryForm($(realForm));
|
|
|
- setTimeout(function() {
|
|
|
+ /* setTimeout(function() {
|
|
|
let submitButton = $(realForm).find('[submit]');
|
|
|
if(submitButton.length) submitButton[0].scrollIntoView({behavior : "smooth"});
|
|
|
- }, 150);
|
|
|
+ }, 150);*/
|
|
|
}, 100);
|
|
|
}
|
|
|
}
|