This commit is contained in:
Martin Müller 2014-05-07 19:49:23 +02:00
parent 1f66a81291
commit 632d071dee
1 changed files with 1 additions and 1 deletions

View File

@ -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;