Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-02-21 21:57:06 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-21 21:57:41 +0300
commit6dd70a754a8d3f2cfe8d346fbe33b404ffec862c (patch)
treea5fe80889f20689e43125fa728049043b59236ee
parent8389ac7386d6b4ad386487d9645e6c21e9656d9a (diff)
ncp-web: animate script textboxv0.46.26
-rw-r--r--ncp-web/ncp.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncp-web/ncp.js b/ncp-web/ncp.js
index 155bf299..6467ec8f 100644
--- a/ncp-web/ncp.js
+++ b/ncp-web/ncp.js
@@ -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);