fix
This commit is contained in:
File diff suppressed because one or more lines are too long
2
public/js/app/note-min.js
vendored
2
public/js/app/note-min.js
vendored
File diff suppressed because one or more lines are too long
@ -1350,7 +1350,7 @@ var Attach = {
|
|||||||
var attachId = $(this).closest('li').data("id");
|
var attachId = $(this).closest('li').data("id");
|
||||||
var attach = self.attachsMap[attachId];
|
var attach = self.attachsMap[attachId];
|
||||||
var src = UrlPrefix + "/attach/download?attachId=" + attachId;
|
var src = UrlPrefix + "/attach/download?attachId=" + attachId;
|
||||||
|
log(src);
|
||||||
if(LEA.isMarkdownEditor() && MarkdownEditor) {
|
if(LEA.isMarkdownEditor() && MarkdownEditor) {
|
||||||
MarkdownEditor.insertLink(src, attach.Title);
|
MarkdownEditor.insertLink(src, attach.Title);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user