Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
now is selectable the variable name at the post type admin page
  • Loading branch information
gnuget committed Feb 20, 2013
1 parent 29132e2 commit 073e8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/mf_posttypes_sortable.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand All @@ -22,7 +22,7 @@ jQuery( document ).ready( function( $ ) {

save_fields_order(group_id);
}
}).disableSelection();
});


save_fields_order = function(group_id) {
Expand Down

0 comments on commit 073e8a7

Please sign in to comment.