diff --git a/db/demo.zip b/db/demo.zip index 42870ea5a..b416396a2 100644 Binary files a/db/demo.zip and b/db/demo.zip differ diff --git a/src/public/app/services/frontend_script_api.js b/src/public/app/services/frontend_script_api.js index 9c5a7b18f..6272c28e9 100644 --- a/src/public/app/services/frontend_script_api.js +++ b/src/public/app/services/frontend_script_api.js @@ -304,6 +304,9 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain */ this.createLink = linkService.createLink; + /** @deprecated - use api.createLink() instead */ + this.createNoteLink = linkService.createLink; + /** * Adds given text to the editor cursor *