Update categories_order.html.erb

fix error
This commit is contained in:
chiu 2019-09-19 18:50:17 +08:00
parent 7eb52b7059
commit f42b175f8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<% all_locales = I18n.available_locales %>
<% count = all_locales.length %>
<script type='text/javascript'>
$('.category_sort_number_form"]').ready(function(){
$('.category_sort_number_form').ready(function(){
$('form[name="category_sort_number_form"]').submit(function(){
var eles = $('form[name="category_sort_number_form"]').serialize().split('&')
var keys=[],values=[]