fix js

parent 0e167f25
...@@ -52,7 +52,7 @@ $(document).ready(function() { ...@@ -52,7 +52,7 @@ $(document).ready(function() {
$('.dep_block_hide__btn').click(function(){ $('.dep_block_hide__btn').click(function(){
if ($('.dep_block_hide__btn').text() == $(this).data('show')){ if ($('.dep_block_hide__btn').text() == $(this).data('show')){
$('.dep_block__hide').slideDown(1000); $('.dep_block__hide').slideDown(1000);
$('.line_hide').fadeTo( "slow" , 0); $('.dep_block .line_hide').fadeTo( "slow" , 0);
$(this).text($(this).data('hide')); $(this).text($(this).data('hide'));
} }
else { else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment