mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX Look and feel v18
This commit is contained in:
parent
164b00d437
commit
61ca55b4d0
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user