Skip to content

Commit

Permalink
Fixing issue with Bootstrap tips defaulting to 'click' rather than
Browse files Browse the repository at this point in the history
'hover'
  • Loading branch information
cheesegrits committed Sep 3, 2014
1 parent 538bf1e commit 896fd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion media/com_fabrik/js/tipsBootStrapMock-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions media/com_fabrik/js/tipsBootStrapMock.js
Expand Up @@ -13,9 +13,8 @@ var FloatingTips = new Class({

options: {
fxProperties: {transition: Fx.Transitions.linear, duration: 500},
position: 'top',
'showOn': 'mouseenter',
'hideOn': 'mouseleave',
'position': 'top',
'trigger': 'hover',
'content': 'title',
'distance': 50,
'tipfx': 'Fx.Transitions.linear',
Expand Down

0 comments on commit 896fd90

Please sign in to comment.