Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2693 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -25,7 +25,7 @@ svgEditor.addExtension("imagelib", function() {'use strict';
|
||||
|
||||
var img_libs = [{
|
||||
name: 'Demo library (local)',
|
||||
url: 'extensions/imagelib/index.html',
|
||||
url: svgEditor.curConfig.extPath + 'imagelib/index.html',
|
||||
description: 'Demonstration library for SVG-edit on this server'
|
||||
},
|
||||
{
|
||||
@@ -366,7 +366,7 @@ svgEditor.addExtension("imagelib", function() {'use strict';
|
||||
}
|
||||
|
||||
return {
|
||||
svgicons: "extensions/ext-imagelib.xml",
|
||||
svgicons: svgEditor.curConfig.extPath + "ext-imagelib.xml",
|
||||
buttons: [{
|
||||
id: "tool_imagelib",
|
||||
type: "app_menu", // _flyout
|
||||
|
||||
Reference in New Issue
Block a user