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:
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" );
}