mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 08:55:46 +08:00
sanitize wip
This commit is contained in:
parent
c914a3cf22
commit
a1099ed74e
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…
x
Reference in New Issue
Block a user