From b8a20577763f3b1c847f9601948f8c91cd915162 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 29 Jan 2022 12:15:53 +0100 Subject: [PATCH] Fix navigation entry not passing the XML validation Signed-off-by: Joas Schilling --- appinfo/info.xml | 6 +++--- js/about.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 7c2e7e58c..95e277ea7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -36,11 +36,11 @@ The First run wizard can be customized to meet specific design goals, or to chan - firstrunwizard-about + firstrunwizard_about About - - 5 + files.view.index info.svg + 5 settings diff --git a/js/about.js b/js/about.js index e57a13da5..2cf11a612 100644 --- a/js/about.js +++ b/js/about.js @@ -1,5 +1,5 @@ document.addEventListener('DOMContentLoaded', function() { - var aboutEntry = document.querySelector('#expanddiv li[data-id="firstrunwizard-about"] a'); + var aboutEntry = document.querySelector('#expanddiv li[data-id="firstrunwizard_about"] a'); if (aboutEntry) { aboutEntry.addEventListener('click', function (event) { event.stopPropagation();