Skip to content

Commit

Permalink
Adjusted form tooltips to be displayed on the right hand side
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 18, 2010
1 parent ac2c158 commit a00582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/jquery.formtastic.tooltips.js
Expand Up @@ -18,7 +18,7 @@ $.fn.generateFormatasticTooltips = function(options) {
if (null != hint) {
$inputWrapper.hide();
$input = $('>input, >textarea', this);
$input.tipsy({gravity: 'n', fallback: hint, trigger: 'focus'});
$input.tipsy({gravity: 'w', fallback: hint, trigger: 'focus'});
}
});

Expand Down

0 comments on commit a00582c

Please sign in to comment.