From 65b058fd68002ec8340143158875808187713726 Mon Sep 17 00:00:00 2001 From: j264415 Date: Fri, 9 Feb 2024 17:25:52 +0000 Subject: [PATCH] adding tab index to operations panel --- src/web/HTMLCategory.mjs | 2 +- src/web/HTMLOperation.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/HTMLCategory.mjs b/src/web/HTMLCategory.mjs index 0414fd71..bb0581be 100755 --- a/src/web/HTMLCategory.mjs +++ b/src/web/HTMLCategory.mjs @@ -39,7 +39,7 @@ class HTMLCategory { */ toHtml() { const catName = "cat" + this.name.replace(/[\s/\-:_]/g, ""); - let html = `
+ let html = `
${this.name} diff --git a/src/web/HTMLOperation.mjs b/src/web/HTMLOperation.mjs index ae61b58d..81ccd821 100755 --- a/src/web/HTMLOperation.mjs +++ b/src/web/HTMLOperation.mjs @@ -46,7 +46,7 @@ class HTMLOperation { * @returns {string} */ toStubHtml(removeIcon) { - let html = "
  • ${titleFromWikiLink(this.infoURL)}` : "";