Fixed quick edit
This commit is contained in:
parent
74fd322230
commit
0af9b98d18
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue