- Fix (Extensions): Use "extIconsPath for now given that extPath will not work relative to dist`
This commit is contained in:
@@ -118,7 +118,7 @@ svgEditor.addExtension('shapes', function () {
|
||||
|
||||
if (!lib) {
|
||||
$('#shape_buttons').html('Loading...');
|
||||
$.getJSON(svgEditor.curConfig.extPath + 'shapelib/' + catId + '.json', function (result) {
|
||||
$.getJSON(svgEditor.curConfig.extIconsPath + 'shapelib/' + catId + '.json', function (result) {
|
||||
curLib = library[catId] = {
|
||||
data: result.data,
|
||||
size: result.size,
|
||||
|
||||
Reference in New Issue
Block a user