1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-09-28 23:00:50 +00:00

Add SELECT to the ignore list

This commit is contained in:
Gary Pendergast 2015-03-04 23:00:55 +11:00
parent 876444293a
commit 7d086198d1
4 changed files with 4 additions and 4 deletions

View File

@ -505,7 +505,7 @@ function createTwemoji(re) {
re = /twemoji/,
// nodes with type 1 which should **not** be parsed
shouldntBeParsed = /IFRAME|NOFRAMES|NOSCRIPT|SCRIPT|STYLE|TEXTAREA/,
shouldntBeParsed = /IFRAME|NOFRAMES|NOSCRIPT|SCRIPT|STYLE|TEXTAREA|SELECT/,
// just a private shortcut
fromCharCode = String.fromCharCode;

File diff suppressed because one or more lines are too long

2
twemoji.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long