Freetag plugin

Found a bug? Tell us!!
Post Reply
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Freetag plugin

Post by Don Chambers »

Noticed something in one of my logs:
File does not exist: /home/public_html/plugins/serendipity_event_freetag/indicator.gif, referer: /plugins/serendipity_event_freetag/jquery.autocomplete.css
This is in the stylesheet:

Code: Select all

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
Perhaps this class is no longer emitted and someone forgot to revise the stylesheet? Or maybe the image is missing,a and an animated "loading" gif is desired. Whatever it is, since switching to a new computer, I never installed svn and cvs, so could someone else correct the plugin?

If a nifty "loading" gif is needed, here is a pretty cool little generator I have used in the past:
http://ajaxload.info/
=Don=
Post Reply