fix

parent dad8271c
......@@ -49,7 +49,7 @@ $(document).ready(function() {
$('.dep_block__hide').hide();
$('.dep_block_hide__btn').click(function(){
if ($('.dep_block_hide__btn').text() == $(this).data('hide')){
if ($('.dep_block_hide__btn').text() == $(this).data('show')){
$('.line_hide').fadeTo( "slow" , 0);
$('.dep_block__hide').slideDown(1000);
$(this).text($(this).data('hide'))
......
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