First I need to point out I have used the search and also done a forum search using google but I cant find a simple answer to this.
In the console in both IE 11 and Chrome I get a java error of
In Internet Explorer 11
Unable to get property 'content' of undefined or null reference
In Chrome
Uncaught TypeError: Cannot read property 'content' of null
This error seems to be being caused by the below line in ow.js for both browsers tested
var contentHtml = markup.content, $contentHtml = $(contentHtml);
how do I fix the line so it loads the uploader where I can actually drag or choose my image file?
Thanks for any help and I have added a few screen shots.