Skip to content

Commit

Permalink
ncp-web: animate script textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 21, 2018
1 parent 8389ac7 commit 6dd70a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncp-web/ncp.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ $(function()
// reset box
$('#details-box').fill();
$('#details-box').show();
$('#details-box').set( {$height: '0px'} );
$('#details-box').animate( {$height: '500px'}, 150 );
$('#circle-retstatus').hide();

$( 'input' , '#config-box-wrapper' ).set('@disabled',true);
Expand Down

0 comments on commit 6dd70a7

Please sign in to comment.