mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
hack around recaptcha closure compiler
This commit is contained in:
parent
b3451ad3bf
commit
7d667615e0
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ impl JsChange {
|
||||||
},
|
},
|
||||||
Self::ScramitizeFn { span } => JsChangeInner::Insert {
|
Self::ScramitizeFn { span } => JsChangeInner::Insert {
|
||||||
loc: span.start,
|
loc: span.start,
|
||||||
str: smallvec!["$scramitize("],
|
str: smallvec![" $scramitize("],
|
||||||
},
|
},
|
||||||
Self::EvalRewriteFn { .. } => JsChangeInner::Replace {
|
Self::EvalRewriteFn { .. } => JsChangeInner::Replace {
|
||||||
str: smallvec!["eval(", cfg.rewritefn.as_str(), "("],
|
str: smallvec!["eval(", cfg.rewritefn.as_str(), "("],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue