nomodule forward removed

may need to put it back later
This commit is contained in:
jfh
2020-09-18 22:17:28 +02:00
parent 74691af06f
commit 57cbea9d27
2 changed files with 1 additions and 9 deletions

View File

@@ -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');