fix xdomain html files

master
JFH 2020-08-04 15:27:50 +02:00
parent b1449f2525
commit ae16828829
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls <!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig --> within the following file to svgEditor.setConfig -->
<script type="module" src="xdomain-svgedit-config-es.js"></script> <script type="module" src="../xdomain-svgedit-config-es.js"></script>
<!-- FEEDS --> <!-- FEEDS -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"

View File

@ -39,7 +39,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls <!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig --> within the following file to svgEditor.setConfig -->
<script defer="defer" src="xdomain-svgedit-config-iife.js"></script> <script defer="defer" src="../xdomain-svgedit-config-iife.js"></script>
<!-- FEEDS --> <!-- FEEDS -->
<link rel="alternate" type="application/atom+xml" <link rel="alternate" type="application/atom+xml"

View File

@ -1,4 +1,4 @@
import svgEditor from './svg-editor.js'; import svgEditor from './editor/svg-editor.js';
svgEditor.setConfig({ svgEditor.setConfig({
canvasName: 'xdomain', // Namespace this canvasName: 'xdomain', // Namespace this