mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix regressions and refactorings
This commit is contained in:
parent
41ebd2ec9b
commit
ca7d81d75a
21 changed files with 259 additions and 397 deletions
|
|
@ -534,12 +534,12 @@ var TodoItems = {
|
|||
});
|
||||
$('.item-show').droppable({
|
||||
drop: TodoItems.drop_todo,
|
||||
tolerance: 'pointer',
|
||||
tolerance: 'intersect', /* warning: selenium fails on drag_and_drop when this is 'pointer' */
|
||||
hoverClass: 'hover'
|
||||
});
|
||||
$('.context_target').droppable({
|
||||
drop: TodoItems.drop_todo_on_context,
|
||||
tolerance: 'pointer',
|
||||
tolerance: 'intersect', /* warning: selenium fails on drag_and_drop when this is 'pointer' */
|
||||
hoverClass: 'hover'
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue