Skip to content

Commit

Permalink
SAK-30336 Change mouseover by click (sakaiproject#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelal authored and juanjmerono committed Oct 3, 2016
1 parent 8174efc commit 817ef71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roster2/src/webapp/js/roster.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@

$('#roster-group-option-' + value).prop('selected', true);
});

$('a.profile').unbind();

$('a.profile').cluetip({
width: '640px',
Expand All @@ -406,7 +408,8 @@
closeText: '<img src="/library/image/silk/cross.png" alt="close" />',
closePosition: 'top',
showTitle: false,
hoverIntent: true
hoverIntent: true,
activation: 'toggle'
});
});

Expand Down

0 comments on commit 817ef71

Please sign in to comment.