Uncaught ReferenceError: loadjs is not defined

Hi
i have a custom file with include common files ticket
Didnt have a problem in 2020 but in 2021 i am getting the error
Uncaught ReferenceError: loadjs is not definedany ideas?
thanks

andyrav wrote:

i have a custom file with include common files ticket
Uncaught ReferenceError: loadjs is not defined

loadjs is always available if you did enable Include common files. Are you sure it is enabled? If so, where exactly did you put your code? If in the content of the Custom File, it is defined, you may verify by adding some testing code in the content, e.g.

<script>
console.log(loadjs);
</script>

thanks
Include common files is 100% ticked.
just have

and this errors the followingUncaught ReferenceError: loadjs is not defined
https://xxxxxx.net/suserlist:8any ideasmany thanks

Press F12 in Chrome,

  1. Go to the Elements panel, check the HTML and make sure you have ,
  2. Go to the Networks panel, make sure ewcore.min.js is downloaded successfully,
  3. Go to the Console panel, make sure there is no other JavaScript errors before the captioned error.