diff --git a/badges/coverage-badge.svg b/badges/coverage-badge.svg index 3af32e51..59803bc8 100644 --- a/badges/coverage-badge.svg +++ b/badges/coverage-badge.svg @@ -1 +1 @@ -Statements 50.84%Statements 50.84%Branches 40.85%Branches 40.85%Lines 51.96%Lines 51.96%Functions 55.04%Functions 55.04% +Statements 50.85%Statements 50.85%Branches 40.86%Branches 40.86%Lines 51.97%Lines 51.97%Functions 55.07%Functions 55.07% diff --git a/src/editor/redirect-on-no-module-support.js b/src/editor/redirect-on-no-module-support.js deleted file mode 100644 index ff5f295a..00000000 --- a/src/editor/redirect-on-no-module-support.js +++ /dev/null @@ -1,8 +0,0 @@ -// This file should only load if the user's browser doesn't support ESM -// This file will be stripped from the non-modular versions - -// We only need to replace the first instance -location.href = location.href - .replace(/(?:xdomain-)?svg-editor-es\.html/, 'svg-editor.html') - .replace('openclipart-es.html', 'openclipart.html') - .replace('imagelib/index-es.html', 'imagelib/index.html');