jailed icon indicating copy to clipboard operation
jailed copied to clipboard

Load external js file into plugin?

Open gotdan opened this issue 9 years ago • 1 comments

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?

gotdan avatar Feb 03 '16 20:02 gotdan

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.

asvd avatar Feb 04 '16 09:02 asvd