Detailed Description:
I have a site with Albums installed but not using it, at all, don't even have a
gallery created. When I execute some jQuery event, totatlly unrelated to
galleries it attaches some css to my event,
my jQuery event is this:
$("span#lgif").('<img src="/uploads/webui/2.0/loading.gif" alt="Loading"
id="loading" width="32" height="32"/>');
it doesn't even share any id's, class or anything with css from albums, but for
some VERY ODD reason the css for #loading, which is part of the ThickBox css is
loaded and my image gets stretched.
What gives?