Fixed Bug: IE fires onbeforeunload event
This commit is contained in:
parent
816af4425b
commit
35d61952f6
@ -1333,7 +1333,7 @@
|
|||||||
var container = $("<div></div>", {
|
var container = $("<div></div>", {
|
||||||
"class": "select2-container"
|
"class": "select2-container"
|
||||||
}).html([
|
}).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>",
|
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
|
||||||
" <div><b></b></div>" ,
|
" <div><b></b></div>" ,
|
||||||
"</a>",
|
"</a>",
|
||||||
|
Loading…
Reference in New Issue
Block a user