From c9fdf6d326a39cf47af96da70d7a674011dd8278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 16 Jun 2014 09:15:28 +0200 Subject: [PATCH] popup from bootstrap and not jquery-ui --- app/webroot/js/dreamjob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index 5c1d664..8eeb9c2 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -48,7 +48,7 @@ var global_load = null; $(this).select2({allowClear: true}); }); $(where + ' .dropdown-toggle').dropdown(); - $(where + " a").tooltip({'placement':"bottom"}); + $(where + " a").tooltip({'placement':"right"}); $(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"))