All the resources of the editor asume that the resources css,js and images are relative to /. The base parameter could be used to change the default location.
This commit is contained in:
@@ -83,5 +83,5 @@ mindplot.NoteIcon = new Class({
|
||||
}
|
||||
});
|
||||
|
||||
mindplot.NoteIcon.IMAGE_URL = "../images/notes.png";
|
||||
mindplot.NoteIcon.IMAGE_URL = "images/notes.png";
|
||||
|
||||
|
Reference in New Issue
Block a user