fix error
This commit is contained in:
parent
522946bf30
commit
af8e3bc214
|
@ -56,5 +56,11 @@
|
|||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$(document).trigger('page.ready')
|
||||
$('.is_top,.is_hot').change(function(){
|
||||
process_annc(this)
|
||||
})
|
||||
$('.hidden_btn,.display_btn').click(function(){
|
||||
process_annc(this)
|
||||
})
|
||||
})
|
||||
</script>
|
|
@ -112,11 +112,5 @@
|
|||
width: window_width*0.85,
|
||||
height: window_height*0.8
|
||||
});
|
||||
$('.is_top,.is_hot').change(function(){
|
||||
process_annc(this)
|
||||
})
|
||||
$('.hidden_btn,.display_btn').click(function(){
|
||||
process_annc(this)
|
||||
})
|
||||
})
|
||||
</script>
|
Loading…
Reference in New Issue