Sha256: 2f0d7f371c801d32be7db41b095c3087782fe64e8def9896ab8390009b242535
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
<script type="text/javascript"> $(document).ready(function(){ // let the form be 'indextank-aware' $("#search").indextank_Ize("<%= ENV['SEARCHIFY_API_URL'] %>", "<%= ENV['SEARCHIFY_API_URL'] %>"); // let the query box have autocomplete $("#query").indextank_Autocomplete({ fieldName: "tags" }); }); </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | app/views/answers/shared/_autocomplete.html.erb |
answers-core-0.0.0 | app/views/answers/shared/_autocomplete.html.erb |