In the plugin below, the documentation says I should be able to call GenerateNewWindowLightbox as a global function – but when I try it says undefined. The documentation is in German – but I have feeling it has something to do with scope and maybe a smarter javascript person than I might know how to get quick and easy access to the GenerateNewWindowLightbox function in the plugin below:
In the plugin below, the documentation says I should be able to call GenerateNewWindowLightbox
Share
The function is not in global scope.For bringing to global scope, use
instead of