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-04-09 01:53:58 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-09 01:54:54 +0300
commit7aba9c53037011baeab73dd5036b8420bfac5aa1 (patch)
tree5889dd3d4ad7ab38059896a21afe06f2bd25951a /ncp-web/activate/JS.js
parent3e528693155f2c8d629afc6e11d1f18f747e0612 (diff)
build: clean docker-envv0.53.25
Diffstat (limited to 'ncp-web/activate/JS.js')
-rw-r--r--ncp-web/activate/JS.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/activate/JS.js b/ncp-web/activate/JS.js
index 740f71c8..dd00dcec 100644
--- a/ncp-web/activate/JS.js
+++ b/ncp-web/activate/JS.js
@@ -37,7 +37,7 @@ function launch_nc_passwd()
var url = window.location.protocol + '//' + window.location.hostname + ':4443';
if ( !window.open( url, '_blank' ) ) // try to open in a new tab first
window.location.replace( url );
- }, 2000 );
+ }, 2500 );
} else {
$('#error-box').fill( "nc-passwd error" );
}