Setting cross origin on images using jrImage_display
Using Jamroom
weird. The only thing that occurs to me right now is the jrCore_module_function function infront of it. That one just checks to see if that function exists before calling it. But the jrImage_display function should always be available.
So the guess is that jrCore_module_function is running before the jrImage_display has been included so its not firing first time.
I'll have a play around and report back.