mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fixed frontend script execution
This commit is contained in:
		| @@ -101,10 +101,6 @@ async function getRenderScript(note) { | ||||
|     return "async function() {" + subTreeScripts + note.content + "\r\n}"; | ||||
| } | ||||
|  | ||||
| async function getNoteScript(note) { | ||||
|  | ||||
| } | ||||
|  | ||||
| async function getScriptBundle(note, includedNoteIds = []) { | ||||
|     if (!note.isJavaScript()) { | ||||
|         return; | ||||
| @@ -150,6 +146,6 @@ module.exports = { | ||||
|     executeNote, | ||||
|     executeScript, | ||||
|     setJob, | ||||
|     getNoteScript, | ||||
|     getScriptBundle, | ||||
|     getRenderScript | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user