Skip to content

Commit 69567cd

Browse files
committed
Merge branch 'master' of github.com:ivaynberg/select2
2 parents cf01ec6 + d154146 commit 69567cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@
20192019
var choice=$(
20202020
"<li class='select2-search-choice'>" +
20212021
" <div></div>" +
2022-
" <a href='javascript:void(0)' class='select2-search-choice-close' tabindex='-1'></a>" +
2022+
" <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
20232023
"</li>"),
20242024
id = this.id(data),
20252025
val = this.getVal(),

0 commit comments

Comments
 (0)