It seems to work as expected (nice!), except I'm gettting an Uncaught TypeError: "Cannot read property 'split' of undefined" (for each image map I add).
I've got the same error. The reason was I had empty area without coords at the end of all areas.. like this
<area alt="" nohref="nohref" shape="default" />
Be aware of that ;)
It seems to work as expected (nice!), except I'm gettting an Uncaught TypeError: "Cannot read property 'split' of undefined" (for each image map I add).
Any suggestions on where these would come from?