diff --git a/js/mf_posttypes_sortable.js b/js/mf_posttypes_sortable.js index d9b6e1d..7490d9c 100644 --- a/js/mf_posttypes_sortable.js +++ b/js/mf_posttypes_sortable.js @@ -1,5 +1,5 @@ jQuery( document ).ready( function( $ ) { - //Thanks to: http://devblog.foliotek.com/2009/07/23/make-table-rows-sortable-using-jquery-ui-sortable/ + // Thanks to: http://devblog.foliotek.com/2009/07/23/make-table-rows-sortable-using-jquery-ui-sortable/ // Return a helper with preserved width of cells var fixHelper = function(e, ui) { ui.children().each(function() { @@ -22,7 +22,7 @@ jQuery( document ).ready( function( $ ) { save_fields_order(group_id); } - }).disableSelection(); + }); save_fields_order = function(group_id) {