Update categories_order.html.erb
This commit is contained in:
parent
0fd6c634bf
commit
574e03e991
|
@ -1,6 +1,6 @@
|
|||
<% all_locales = I18n.available_locales %>
|
||||
<% count = all_locales.length %>
|
||||
<script>
|
||||
<script type='text/javascript'>
|
||||
$('form[name="category_sort_number_form"]').on('load',function(){
|
||||
$('form[name="category_sort_number_form"]').submit(function(){
|
||||
var eles = $('form[name="category_sort_number_form"]').serialize().split('&')
|
||||
|
|
Loading…
Reference in New Issue