fix js syntax
This commit is contained in:
parent
a689d2898e
commit
7f90c88d6a
@ -1167,8 +1167,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
|
|||||||
$("#email").keyup(function() {
|
$("#email").keyup(function() {
|
||||||
init_check_no_email($(this));
|
init_check_no_email($(this));
|
||||||
});
|
});
|
||||||
init_check_no_email($("#email"));
|
init_check_no_email($("#email"));';
|
||||||
});';
|
|
||||||
}
|
}
|
||||||
print '});';
|
print '});';
|
||||||
print '</script>'."\n";
|
print '</script>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user