Merge branch 'master' of github.com:ivaynberg/select2
This commit is contained in:
commit
69567cd2cb
@ -2019,7 +2019,7 @@
|
|||||||
var choice=$(
|
var choice=$(
|
||||||
"<li class='select2-search-choice'>" +
|
"<li class='select2-search-choice'>" +
|
||||||
" <div></div>" +
|
" <div></div>" +
|
||||||
" <a href='javascript:void(0)' class='select2-search-choice-close' tabindex='-1'></a>" +
|
" <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
|
||||||
"</li>"),
|
"</li>"),
|
||||||
id = this.id(data),
|
id = this.id(data),
|
||||||
val = this.getVal(),
|
val = this.getVal(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user