handling of cloned notes moved to backend which should fix some annoying behaviors

This commit is contained in:
azivner
2017-08-23 21:43:02 -04:00
parent 36e5259527
commit 9d260e9f5c
4 changed files with 18 additions and 10 deletions

View File

@@ -133,8 +133,8 @@ function html2notecase(contents, note) {
lnk_text: linkMatch[0]
});
console.log(linkMatch[0]);
console.log(linkMatch[0].length);
// console.log(linkMatch[0]);
// console.log(linkMatch[0].length);
index += linkMatch[0].length;
}