##// END OF EJS Templates
Allow only vertical reorderingin sortable lists (#24062)....
Jean-Philippe Lang -
r15614:b0f89e68f44c
parent child
Show More
@@ -665,6 +665,7 function beforeShowDatePicker(input, inst) {
665 665 }, options );
666 666
667 667 return this.sortable($.extend({
668 axis: 'y',
668 669 handle: ".sort-handle",
669 670 helper: function(event, ui){
670 671 ui.children('td').each(function(){
General Comments 0
You need to be logged in to leave comments. Login now