From f5ac9bf90c9c079e4b854eaf6edf179d73c304d4 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 10 Oct 2012 17:24:58 -0300 Subject: [PATCH] Fixed anchor hrefs Fixes #482: Mobile Safari issues --- select2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.js b/select2.js index a82ae81e..aff8366d 100644 --- a/select2.js +++ b/select2.js @@ -1403,7 +1403,7 @@ the specific language governing permissions and limitations under the Apache Lic var container = $("
", { "class": "select2-container" }).html([ - " ", + " ", " ", "
" , "
", @@ -2074,7 +2074,7 @@ the specific language governing permissions and limitations under the Apache Lic var choice=$( "
  • " + "
    " + - " " + + " " + "
  • "), id = this.id(data), val = this.getVal(),