Fixed quick edit

This commit is contained in:
Mike Jolley 2011-11-18 15:03:29 +00:00
parent 74fd322230
commit 0af9b98d18
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,10 @@ jQuery(document).ready(function($) {
$('table.widefat.wp-list-table tbody th, table.widefat tbody td').css('cursor','move');
$("table.widefat.wp-list-table tbody").sortable({
items: 'tr:not(.inline-edit-row)',
$("table.widefat.wp-list-table").sortable({
items: 'tbody tr:not(.inline-edit-row)',
cursor: 'move',
axis: 'y',
//containment: 'table.widefat',
placeholder: 'product-cat-placeholder',
scrollSensitivity: 40,
helper: function(e, ui) {

View File

@ -92,6 +92,7 @@ Yes you can! Join in on our GitHub repository :) https://github.com/woothemes/wo
* Payment complete only when on-hold/pending
* More logging in paypal gateway
* Feature to prevent admin access to customers (optional)
* Fixed quick edit
= 1.2.3 - 17/11/2011 =
* Fix for sale price logic