popup from bootstrap and not jquery-ui
This commit is contained in:
parent
d12462c0f9
commit
004a157476
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue