1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #1162 from leipie/master

Fix IE8 clickable issues
This commit is contained in:
Igor Vaynberg 2013-04-09 09:54:49 -07:00
commit 49e9908656

View File

@ -1607,7 +1607,7 @@ the specific language governing permissions and limitations under the Apache Lic
"class": "select2-container"
}).html([
"<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>",
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
" <span>&nbsp;</span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
" <div><b></b></div>" ,
"</a>",
"<input class='select2-focusser select2-offscreen' type='text'/>",