MT#3997 Allow html in tooltips.

ldieckow/cert-manage
Andreas Granig 13 years ago
parent acff496831
commit 988e304544

@ -77,7 +77,7 @@
$(function () {
Theme.init ();
$('[rel="tooltip"]').tooltip();
$('[rel="tooltip"]').tooltip({ html:true });
$('.sw_actions').css('visibility','hidden');
$('.sw_action_row').hover(

Loading…
Cancel
Save