popup from bootstrap and not jquery-ui

This commit is contained in:
Martin Müller 2014-06-16 09:15:28 +02:00
parent cdbe35a3e1
commit c9fdf6d326
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var global_load = null;
$(this).select2({allowClear: true}); $(this).select2({allowClear: true});
}); });
$(where + ' .dropdown-toggle').dropdown(); $(where + ' .dropdown-toggle').dropdown();
$(where + " a").tooltip({'placement':"bottom"}); $(where + " a").tooltip({'placement':"right"});
$(where + " a").not('[href*="mailto:"]').each(function(that) { $(where + " a").not('[href*="mailto:"]').each(function(that) {
if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice")) if ($(this).attr("rel") !== "external" && $(this).attr("ref") !== "eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice"))