mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed a missing tooltip
This commit is contained in:
parent
ffd099c782
commit
9920fa9a3f
@ -1038,6 +1038,14 @@ if ($list_modules) {
|
||||
.click (function () {
|
||||
return false;
|
||||
});
|
||||
$("a.relations_details").cluetip ({
|
||||
arrows: true,
|
||||
attribute: 'href',
|
||||
cluetipClass: 'default'
|
||||
})
|
||||
.click (function () {
|
||||
return false;
|
||||
});
|
||||
|
||||
function toggle_full_value(id) {
|
||||
text = $("#hidden_value_module_" + id).html();
|
||||
|
Loading…
x
Reference in New Issue
Block a user