Bug in jquery.autocomplete.css file
-
There is a small bug in file <simple-tags-plugin-folder>/ressources/jquery.autocomplete/jquery.autocomplete.css
The following element causes a 404 error for the requested file:
.ac_loading {
background: white url(../images/indicator.gif) right center no-repeat;
}The line needs to be changed as shown below:
.ac_loading {
background: white url(../../inc/images/indicator.gif) right center no-repeat;
}Thanks
Vijay Padiyar
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in jquery.autocomplete.css file’ is closed to new replies.