]> source.dussan.org Git - jquery.git/commit
Check against the type attribute of script elements retrieved through getElementsByTa... 55/head
authorrjgotten <r.j.g.otten@gmail.com>
Sun, 17 Oct 2010 15:30:05 +0000 (08:30 -0700)
committerrjgotten <r.j.g.otten@gmail.com>
Sun, 17 Oct 2010 15:30:05 +0000 (08:30 -0700)
commitdf7dfc2404807dce2f97c21782eb3a14ced86d6b
tree05641b0bb60708bd38d90fa476974c26bc0e1baf
parent497fc9849e91ba8602adf7908b4febf2d36bc1c8
Check against the type attribute of script elements retrieved through getElementsByTagName() so that only those elements of type "text/javascript" are handled by 'clean'.

Fixes #6180: jQuery.clean should not touch script tags that are not of type text/javascript
src/manipulation.js