modification for autocomplete

This commit is contained in:
Harry Bomrah 2014-06-18 16:44:55 +08:00
parent 2cd097b39f
commit 075acef5d8
1 changed files with 2 additions and 3 deletions

View File

@ -312,7 +312,7 @@
<%= link_to t('cancel'), get_go_back, :class=>"btn" %> <%= link_to t('cancel'), get_go_back, :class=>"btn" %>
</div> </div>
<% content_for :page_specific_javascript do %>
<%= render 'author_autocomplete'%> <%= render 'author_autocomplete'%>
<script> <script>
$(document).ready(function() { $(document).ready(function() {
@ -366,4 +366,3 @@
}); });
}); });
</script> </script>
<% end %>