()
| 994 | } |
| 995 | |
| 996 | incorrectUrl() { |
| 997 | utils.flashm('Incorrect url provided', { |
| 998 | error: true, |
| 999 | type: 'error', |
| 1000 | }); |
| 1001 | this.openCorrectionUi(); |
| 1002 | } |
| 1003 | |
| 1004 | testForCloudflare() { |
| 1005 | if (document.title === 'Just a moment...' || document.title.indexOf('Cloudflare') !== -1) { |
no test coverage detected