1
0
mirror of synced 2025-02-04 14:19:23 +03:00

Merge pull request #487 from kevin-brown/master

Fixes #482: Mobile Safari issues
This commit is contained in:
Igor Vaynberg 2012-10-10 13:34:27 -07:00
commit 1dd511e70c

View File

@ -1403,7 +1403,7 @@ the specific language governing permissions and limitations under the Apache Lic
var container = $("<div></div>", {
"class": "select2-container"
}).html([
" <a href='#' onclick='return false;' class='select2-choice'>",
" <a href='javascript:void(0)' onclick='return false;' class='select2-choice'>",
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
" <div><b></b></div>" ,
"</a>",
@ -2074,7 +2074,7 @@ the specific language governing permissions and limitations under the Apache Lic
var choice=$(
"<li class='select2-search-choice'>" +
" <div></div>" +
" <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
" <a href='javascript:void(0)' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
"</li>"),
id = this.id(data),
val = this.getVal(),