Patch #24062 ยป patch.diff
| public/javascripts/application.js | ||
|---|---|---|
| 597 | 597 |
}, options ); |
| 598 | 598 | |
| 599 | 599 |
return this.sortable($.extend({
|
| 600 |
axis: 'y', |
|
| 600 | 601 |
handle: ".sort-handle", |
| 601 | 602 |
helper: function(event, ui){
|
| 602 | 603 |
ui.children('td').each(function(){
|