mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
small cleanups
This commit is contained in:
parent
99b88987a8
commit
0938ffe044
2 changed files with 1 additions and 2 deletions
|
|
@ -506,7 +506,6 @@ class TodosController < ApplicationController
|
|||
end
|
||||
|
||||
def auto_complete_for_tag
|
||||
puts params.inspect
|
||||
@items = Tag.find(:all,
|
||||
:conditions => [ "name LIKE ?", '%' + params['tag_list'] + '%' ],
|
||||
:order => "name ASC",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
$('recurring_todo_context_name').projectDefaultContextsMap = eval('(' + <%= @default_project_context_name_map %> + ')');
|
||||
</script>
|
||||
|
||||
<label for="tag_list">Tags ZZZZZ (separate with commas)</label>
|
||||
<label for="tag_list">Tags (separate with commas)</label>
|
||||
<%= text_field_tag "tag_list", nil, :size => 30, :tabindex => 5 -%>
|
||||
<script type="text/javascript">
|
||||
$('tag_list').projectDefaultTagsMap = eval('(' + <%= @default_project_tags_map %> + ')');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue