1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #330 from 19Gerhard85/master

Bugfix: IE fires window.onbeforeunload event
This commit is contained in:
Igor Vaynberg 2012-08-14 09:45:28 -07:00
commit 1da4855191

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>",