jailed
jailed copied to clipboard
Load external js file into plugin?
Is there a way to load an external javascript file into the plugin's context (either from the main page or from the plugin)? For example, if the plugin code depends on a date manipulation library, is there a function to load this as an external js file, or does it have to be baked into the plugin.js file?
Currently there is no such an opportunity available out of the box, so I would suggest adding the additional routines into the plugin code.
I will probably consider adding this feature in the future.