fix typo in domain.js
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -69,7 +69,7 @@ export default function () {
|
||||
|
||||
// show warning if emaildomain option is set to disabled but was enabled
|
||||
if ($('input[name=emaildomainverified]')) {
|
||||
$('input[name=emaildomainverified]').on('click', function () {
|
||||
$('input[name=isemaildomain]').on('click', function () {
|
||||
$('#emaildomainnote').remove();
|
||||
$('#isemaildomain').removeClass('is-invalid');
|
||||
$('#emaildomainverified').val(0);
|
||||
|
||||
Reference in New Issue
Block a user