mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 11:46:10 +01:00
Todo editing and deletion working beautifully.
Removing UJS caused the home page to stop rendering due to references to apply_behavior. I had to take care of that before I could proceed at all. Some Autocomplete stuff has been yanked out and needs to go back in at some point. Had to replace Protoload with jQuery.blockUI. It's a bit bigger, but oh well.
This commit is contained in:
parent
40321668d1
commit
59b367a711
11 changed files with 497 additions and 162 deletions
|
|
@ -9,12 +9,6 @@
|
|||
|
||||
<div id="toggle_action_new" class="hide_form">
|
||||
<a title="Hide new action form" accesskey="n" href="#">« Hide form</a>
|
||||
<% apply_behavior '#toggle_action_new a:click', :prevent_default => true do |page|
|
||||
page << "TracksForm.toggle('toggle_action_new', 'todo_new_action', 'todo-form-new-action',
|
||||
'« Hide form', 'Hide next action form',
|
||||
'Add a next action »', 'Add a next action');"
|
||||
end
|
||||
-%>
|
||||
</div>
|
||||
|
||||
<div id="todo_new_action" style="display:block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue