From 60359f9d43d0fd0bd93e2cb861d677dbb04d3d79 Mon Sep 17 00:00:00 2001 From: dhardtke Date: Thu, 27 Feb 2014 20:07:57 +0100 Subject: [PATCH] fix select2 csp errors / warnings --- select2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.js b/select2.js index 29dde5ea..ec8af72c 100644 --- a/select2.js +++ b/select2.js @@ -1858,7 +1858,7 @@ the specific language governing permissions and limitations under the Apache Lic var container = $(document.createElement("div")).attr({ "class": "select2-container" }).html([ - "", + "", "  ", " ", "", @@ -2921,7 +2921,7 @@ the specific language governing permissions and limitations under the Apache Lic enabledItem = $( "
  • " + "
    " + - " " + + " " + "
  • "), disabledItem = $( "
  • " +