File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ the specific language governing permissions and limitations under the Apache Lic
14031403 var container = $ ( "<div></div>" , {
14041404 "class" : "select2-container"
14051405 } ) . html ( [
1406- " <a href='# ' onclick='return false;' class='select2-choice'>" ,
1406+ " <a href='javascript:void(0) ' onclick='return false;' class='select2-choice'>" ,
14071407 " <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>" ,
14081408 " <div><b></b></div>" ,
14091409 "</a>" ,
@@ -2074,7 +2074,7 @@ the specific language governing permissions and limitations under the Apache Lic
20742074 var choice = $ (
20752075 "<li class='select2-search-choice'>" +
20762076 " <div></div>" +
2077- " <a href='# ' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
2077+ " <a href='javascript:void(0) ' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
20782078 "</li>" ) ,
20792079 id = this . id ( data ) ,
20802080 val = this . getVal ( ) ,
You can’t perform that action at this time.
0 commit comments