Product error handling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
jQuery ->
|
||||
$('#product-category-list').sortable
|
||||
axis: 'y'
|
||||
handle: '.handle'
|
||||
update: ->
|
||||
$.post($(this).data('update-url'), $(this).sortable('serialize'))
|
||||
#jQuery ->
|
||||
#$('#product-category-list').sortable
|
||||
#axis: 'y'
|
||||
#handle: '.handle'
|
||||
#update: ->
|
||||
#$.post($(this).data('update-url'), $(this).sortable('serialize'))
|
||||
|
||||
Reference in New Issue
Block a user