FIX Look and feel v18

This commit is contained in:
Laurent Destailleur 2023-09-11 12:09:45 +02:00
parent 164b00d437
commit 61ca55b4d0

View File

@ -186,8 +186,9 @@ if (getDolUserInt('USER_ENABLE_PUBLIC', 0, $object)) {
print '<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#lnk").click(function() {
console.log("We click on link");
jQuery("#lnk").click(function(event) {
event.preventDefault();
console.log("We click on link to show virtual card options");
hideoptions(this);
});
});