Update categories_order.html.erb

This commit is contained in:
chiu 2019-09-19 18:41:52 +08:00
parent 0fd6c634bf
commit 574e03e991
1 changed files with 1 additions and 1 deletions

View File

@ -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('&')