1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Fixed Bug: IE fires onbeforeunload event

This commit is contained in:
19Gerhard85 2012-08-14 18:27:57 +03:00
parent 816af4425b
commit 35d61952f6

View File

@ -1333,7 +1333,7 @@
var container = $("<div></div>", {
"class": "select2-container"
}).html([
" <a href='javascript:void(0)' class='select2-choice'>",
" <a href='#' onclick='return false;' class='select2-choice'>",
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
" <div><b></b></div>" ,
"</a>",