fix error

This commit is contained in:
邱博亞 2022-01-06 13:29:56 +08:00
parent 7a113e94bd
commit fc981c549f
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
}
})
}
$('.annc_title').click(function(){
$(document).on('click','.annc_title',function(){
var parent_tr = $(this).parents('tr').eq(-1)
$.ajax({
url : "/<%= I18n.locale.to_s %>/admin/feeds/annc_content",
@ -105,7 +105,7 @@
$('.content_show_div').eq(-1).dialog('open')
}
})
})
});
$(document).ready(function(){
var window_width = window.innerWidth
var window_height = window.innerHeight