mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
remove dead code left over from jQuery upgrade. Related to #1060.
This commit is contained in:
parent
084dc26e73
commit
d66ed1282d
1 changed files with 0 additions and 8 deletions
|
|
@ -225,14 +225,6 @@ module TodosHelper
|
|||
end
|
||||
end
|
||||
|
||||
def calendar_setup( input_field )
|
||||
# TODO:jQuery
|
||||
#str = "Calendar.setup({ ifFormat:\"#{prefs.date_format}\""
|
||||
#str << ",firstDay:#{prefs.week_starts},showOthers:true,range:[2004, 2010]"
|
||||
#str << ",step:1,inputField:\"" + input_field + "\",cache:true,align:\"TR\" })\n"
|
||||
#javascript_tag str
|
||||
end
|
||||
|
||||
def item_container_id (todo)
|
||||
if todo.deferred? or todo.pending?
|
||||
return "tickleritems"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue