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;