2020-06-14 20:15:53 +02:00
|
|
|
(function () {
|
2020-06-25 16:44:34 +02:00
|
|
|
var form = document.getElementById('accountForm');
|
2020-06-14 20:15:53 +02:00
|
|
|
|
2020-06-25 19:18:28 +02:00
|
|
|
MapGuesser.toggleFormSubmitButtonDisableOnChange(form, ['password_new', 'password_new_confirm'])
|
2020-06-14 20:15:53 +02:00
|
|
|
|
2020-06-25 19:18:28 +02:00
|
|
|
MapGuesser.setOnsubmitForForm(form);
|
2020-06-14 20:15:53 +02:00
|
|
|
})();
|