Ticket #3789: 3789.patch
File 3789.patch, 646 bytes (added by , 14 years ago) |
---|
-
_source/plugins/htmldataprocessor/plugin.js
155 155 delete attribs.href; 156 156 }, 157 157 158 input : removeName, 158 input : function( element ) 159 { 160 var attribs = element.attributes; 161 162 if ( attribs._cke_saved_name ) 163 delete attribs.name; 164 if ( attribs._cke_saved_src ) 165 delete attribs.src; 166 }, 159 167 textarea : removeName, 160 168 select : removeName, 161 169 form : removeName