Merge pull request #330 from 19Gerhard85/master
Bugfix: IE fires window.onbeforeunload event
This commit is contained in:
commit
1da4855191
@ -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…
x
Reference in New Issue
Block a user