apparently you can just do it, thanks rust
This commit is contained in:
parent
bf3698c1db
commit
f46df3a8eb
@ -131,7 +131,7 @@ impl Validator{
|
|||||||
Some(Policy::Delete)=>{
|
Some(Policy::Delete)=>{
|
||||||
modified=true;
|
modified=true;
|
||||||
// delete script
|
// delete script
|
||||||
unimplemented!();
|
dom.destroy(script_ref);
|
||||||
},
|
},
|
||||||
Some(Policy::Replace(replacement))=>{
|
Some(Policy::Replace(replacement))=>{
|
||||||
modified=true;
|
modified=true;
|
||||||
|
Loading…
Reference in New Issue
Block a user