mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
fix IDE warning
This commit is contained in:
parent
64f6aad5a2
commit
72b040db01
@ -246,7 +246,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
"description": "Allow to add email as contact to addressbook"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
@ -337,7 +337,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
egw.open('','addressbook','add',extra);
|
||||
});
|
||||
},
|
||||
close: function( event, ui )
|
||||
close: function( event, ui )
|
||||
{
|
||||
ui.tooltip.hover(
|
||||
function () {
|
||||
@ -351,7 +351,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
}
|
||||
})
|
||||
.tooltip("open");
|
||||
},
|
||||
}
|
||||
});
|
||||
}
|
||||
break;
|
||||
@ -385,7 +385,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
{
|
||||
_nodes[0].setAttribute("class", _values["class"]);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
et2_register_widget(et2_url_ro, ["url_ro", "url-email_ro", "url-phone_ro"]);
|
Loading…
Reference in New Issue
Block a user