zuhao / isitfedoraruby

Is it Fedora Ruby - a web app for keeping track of the Fedora/Ruby integration.
http://isitfedoraruby.com
GNU Affero General Public License v3.0
17 stars 12 forks source link

Added autocomplete to search #32

Closed animesht closed 11 years ago

animesht commented 11 years ago

Added the autocomplete feature in search.

movitto commented 11 years ago

Animesh tried this out, works great. Couple small things. Please submit this as one patch, the second one is not needed.

Second please extract the javascript you add to the header into its own javascript file and simply include it in the header the way the others are.

The javascript submitted is css whereas the others are scss, but I think this should still work. So after you make these changes I should be able to close this out. Good job.