I've written a small gadget which uses the tabs feature.
I initialise the tabs in a function called by
gadgets.util.registerOnLoadHandler .
I'm getting errors because the gadgets tabs code is looking for a function
html_sanitize() and this is not present.
This seems to be a small library html_sanitize.js - but when I search the code
based I can only find it in the cache. Is this because the library is pulled
into the gadget at runtime not included on the server? Could this be why it
isn't working for me (my code uses it before it has loaded)?
with thanks
Justin Wyllie