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/ncp.js')
-rw-r--r--ncp-web/ncp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/ncp.js b/ncp-web/ncp.js
index a798d4cc..ba90ab3f 100644
--- a/ncp-web/ncp.js
+++ b/ncp-web/ncp.js
@@ -169,7 +169,7 @@ $(function()
} );
// Wizard button
- $( '#wizard' ).on('click', function(e)
+ $( '.wizard-btn' ).on('click', function(e)
{
window.location = 'wizard';
} );