mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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() {
|
||||
init_check_no_email($(this));
|
||||
});
|
||||
init_check_no_email($("#email"));
|
||||
});';
|
||||
init_check_no_email($("#email"));';
|
||||
}
|
||||
print '});';
|
||||
print '</script>'."\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user