Product error handling
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
//= require_self
|
||||
|
||||
var Qstorage = localStorage;
|
||||
|
||||
$.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>);
|
||||
|
||||
|
||||
@@ -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