fix error
This commit is contained in:
parent
7a113e94bd
commit
fc981c549f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue