Partially reverts 5594f3a9 ("jQuery.Autocomplete should be downloaded by the Makefile").
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Thu, 22 May 2008 00:35:21 +0000 (02:35 +0200)
committerVincent Zanotti <vincent.zanotti@polytechnique.org>
Thu, 22 May 2008 00:35:21 +0000 (02:35 +0200)
commit5e35e81b42eef42eba4ef31e4ffc771bb5d8f2f2
tree9e273c86b0634e5768d9ed7da1a1e55b8f4102c9
parentf8eb84b77cc8c0df0105f63faa7544b12c758096
Partially reverts 5594f3a9 ("jQuery.Autocomplete should be downloaded by the Makefile").

It turns out that the jquery.autocomplete.js downloaded on plugins.jquery.com is a different version, which is not compatible with the previous autocompleter.
Furthermore, the new version of our previous autocompleter is not backward compatible with non-fixed width autocompletion (which is problematic since we have autocompletion on /really/ long company names); since we'll have anyway to patch our autocomplete.js, we might as well keep the old version.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Makefile
htdocs/javascript/.gitignore
htdocs/javascript/jquery.autocomplete.js [new file with mode: 0644]