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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/firstrunwizard.js')
-rw-r--r--js/firstrunwizard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/firstrunwizard.js b/js/firstrunwizard.js
index 39d4fa44..8acb6e1a 100644
--- a/js/firstrunwizard.js
+++ b/js/firstrunwizard.js
@@ -148,7 +148,7 @@ $(document).ready(function() {
OCA.FirstRunWizard.Wizard.showFirstRunWizard();
});
- $('#expanddiv a[href="#about"]').on('click', function () {
+ $('#expanddiv li[data-id="firstrunwizard-about"] a').on('click', function () {
OCA.FirstRunWizard.Wizard.showFirstRunWizard();
$(this).find('div').remove();
$(this).find('img').show();