fix the folder for svg-editor.html

This commit is contained in:
JFH
2020-08-03 18:12:52 +02:00
parent 90a4d721b8
commit b558290164
4 changed files with 36636 additions and 11 deletions

View File

@@ -675,10 +675,10 @@ editor.init = function () {
window.svgEditor.modules !== false;
if (!modularVersion) {
Object.assign(defaultConfig, {
langPath: '../dist/locale/',
extPath: '../dist/extensions/',
canvgPath: '../dist/',
jspdfPath: '../dist/'
langPath: '../../dist/locale/',
extPath: '../../dist/extensions/',
canvgPath: '../../dist/',
jspdfPath: '../../dist/'
});
}