diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index 59f6694..071e23e 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -49,9 +49,9 @@ var global_load = null; }); $(where + ' .dropdown-toggle').dropdown(); $(where + " a").tooltip({'placement':function(e){ - if($(e).parents("#barleft")) + if($(this)[0].$element.parents("#barleft").length>0) return 'right'; - return 'auto bottom'; + return 'bottom'; }}); $(where + " a").not('[href*="mailto:"]').each(function(that) {