()
| 2200 | } |
| 2201 | f.id = "" |
| 2202 | const callback = () => { |
| 2203 | f.action += "#bypassClipboard=" + i |
| 2204 | if (ignoreCrowdBypass) { |
| 2205 | f.action += "#ignoreCrowdBypass" |
| 2206 | } |
| 2207 | f.submit() |
| 2208 | } |
| 2209 | if (i) { |
| 2210 | if (id) { |
| 2211 | // Referers allow the "Was this not correct?" button at html/crowd-bypassed.html to repeat the process, on some sites it has to be changed for that: |
no outgoing calls
no test coverage detected