fixed blink on loading strait to step2

This commit is contained in:
John Shaver 2018-07-26 13:38:07 -07:00
parent 3cfbc9339b
commit 8610baf0e0
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@
ele.checked = true; ele.checked = true;
} }
}); });
steps[2]();
submitForm(); submitForm();
} }