Changes between Initial Version and Version 1 of Ticket #10471, comment 1
- Timestamp:
- May 27, 2013, 3:48:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10471, comment 1
initial v1 7 7 var filter = e.editor.filter; 8 8 9 //Bypass the allow function and create a rule direct tly9 //Bypass the allow function and create a rule directly 10 10 if (!filter._.rules.generic) { 11 11 filter._.rules.generic = []; 12 12 } 13 13 filter._.rules.generic.push({ 14 //Thanks to optimiserulefuntions are allowed14 //Thanks to "optimizeRule", funtions are allowed 15 15 attributes: function(attribute) { 16 16 return /data-+/.test(attribute);