jinlin
2024-08-06 fe295552e5a3b010b5a6a60a1e2a94bc39b49d68
1
2
3
4
5
6
7
8
// 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');