aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-11-11 22:49:17 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-11-13 10:30:25 -0500
commit02c726f71caf00a74968896b241ad206b1e1fc41 (patch)
treebbbe87595db1a124569f74f7dc759e87bacd1660 /src/manipulation.js
parent48bd8b509ba068652e9887d04c7529f3cb96c22c (diff)
downloadjquery-02c726f71caf00a74968896b241ad206b1e1fc41.tar.gz
jquery-02c726f71caf00a74968896b241ad206b1e1fc41.zip
Fix #12777. Add applet to non-cacheable fragment types.
I don't want to add a unit test that creates a dependency on an applet.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 55fe52457..b6dd6f086 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -21,7 +21,7 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figca
rtbody = /<tbody/i,
rhtml = /<|&#?\w+;/,
rnoInnerhtml = /<(?:script|style|link)/i,
- rnocache = /<(?:script|object|embed|option|style)/i,
+ rnocache = /<(?:script|object|embed|applet|option|style)/i,
rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"),
rcheckableType = /^(?:checkbox|radio)$/,
// checked="checked" or checked