Fixed a missing tooltip

This commit is contained in:
Alejandro Gallardo Escobar 2015-03-30 12:03:34 +02:00
parent ffd099c782
commit 9920fa9a3f

View File

@ -1038,6 +1038,14 @@ if ($list_modules) {
.click (function () { .click (function () {
return false; return false;
}); });
$("a.relations_details").cluetip ({
arrows: true,
attribute: 'href',
cluetipClass: 'default'
})
.click (function () {
return false;
});
function toggle_full_value(id) { function toggle_full_value(id) {
text = $("#hidden_value_module_" + id).html(); text = $("#hidden_value_module_" + id).html();