import a javascript file, where can I store it #1612
-
I'm using shel;termanager.com and I've created a number of reports with custom headers and some javascript code. I'd like to create a .js file with all the repetive code and just import it with one line in the report. Can I do that and where can I put the file to import it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There isn't anywhere in the system to store and serve javascript files I'm afraid. You can however put your own javascript in a script tag at the top of the global report header, and you can also add script tags that point to CDNs with supporting libraries you want. You can edit the global report header under Settings->Reports->Edit Header/Footer |
Beta Was this translation helpful? Give feedback.
There isn't anywhere in the system to store and serve javascript files I'm afraid. You can however put your own javascript in a script tag at the top of the global report header, and you can also add script tags that point to CDNs with supporting libraries you want.
You can edit the global report header under Settings->Reports->Edit Header/Footer