MCPcopy Index your code
hub / github.com/MALSync/MALSync / incorrectUrl

Method incorrectUrl

src/pages-sync/syncPage.ts:996–1002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

handlePageMethod · 0.95

Calls 1

openCorrectionUiMethod · 0.95

Tested by

no test coverage detected