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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncp-web/activate/JS.js b/ncp-web/activate/JS.js
index e570b204..a46936da 100644
--- a/ncp-web/activate/JS.js
+++ b/ncp-web/activate/JS.js
@@ -1,5 +1,5 @@
///
-// NextcloudPi Web Panel javascript library
+// NextcloudPlus Web Panel javascript library
//
// Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
// GPL licensed (see end of file) * Use at your own risk!
@@ -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 );
- }, 3500 );
+ }, 4000 );
} else {
$('#error-box').fill( "nc-passwd error" );
}
@@ -96,7 +96,7 @@ $(function()
input.selectionStart = input.selectionEnd;
} );
- // activate NextCloudPi
+ // activate NextCloudPlus
$( '#activate-ncp' ).on( 'click', function(e)
{
$( '#activate-ncp' ).hide();