mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-13 07:24:38 -04:00
sanitize wip
This commit is contained in:
parent
c914a3cf22
commit
a1099ed74e
1 changed files with 9 additions and 0 deletions
9
app/assets/javascripts/discourse/components/sanitize.js
Normal file
9
app/assets/javascripts/discourse/components/sanitize.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* jQuery sanitizer for html, used by our previewer */
|
||||
|
||||
(function( $ ) {
|
||||
$.fn.sanitize = function() {
|
||||
$.find('*').each(function(){
|
||||
|
||||
});
|
||||
};
|
||||
})( jQuery );
|
Loading…
Add table
Reference in a new issue