From 632d071dee3f5fea37ec8df1a2c46f3b0c8c1d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Wed, 7 May 2014 19:49:23 +0200 Subject: [PATCH] select --- 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 9c617e8..be8acb2 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -47,7 +47,7 @@ $(where+' .dropdown-toggle').dropdown(); $(where+" a").each(function(that){ - if($(this).attr("rel")!=="external" && $(this).attr("ref")!=="eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar")) + if($(this).attr("rel")!=="external" && $(this).attr("ref")!=="eventOff" && !$(this).parents('ul').hasClass("wysihtml5-toolbar") && !$(this).hasClass(".select2-choice")) $(this).click(function(e){ load($(this).attr('href'),{},($(this).attr('rel')=="tab")); return false;