From 0cd619bf73fd52925e7450bf7c2bca9d15e185c9 Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Sun, 25 Apr 2021 14:18:51 +0200 Subject: [PATCH] Documentation --- oxygen/js-include/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oxygen/js-include/README.md b/oxygen/js-include/README.md index 521b133..ea9068f 100644 --- a/oxygen/js-include/README.md +++ b/oxygen/js-include/README.md @@ -25,7 +25,8 @@ And use the include() function it in the script parameter of the JS operation: doOperation = function () { include('hello.js'); hello(); -}``` +} +``` ## Limitations The function needs an authorAccess variable in order to resolve relative URIs and this variable is only available in the scope of the doOperation function. This means that you can't use it