rename focus field

This commit is contained in:
Ren Tatsumoto 2022-10-24 18:41:56 +03:00
parent dfad0e8c63
commit 7c922ecd25
3 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@
function splitTagDiv() {
const header = document.querySelector("header");
if (!header) return;
const split = `{{MorphManFocus}} {{Tags}}`.split(' ');
const split = `{{Focus}} {{Tags}}`.split(' ');
header.innerHTML = "";

View file

@ -5,9 +5,9 @@ Thu Oct 20 02:37:35 PM UTC 2022
<div class="wrap">
<header>
{{#MorphManFocus}}
<div class="tags">{{MorphManFocus}}</div>
{{/MorphManFocus}}
{{#Focus}}
<div class="tags">{{Focus}}</div>
{{/Focus}}
{{#Tags}}
<div class="tags">{{Tags}}</div>
{{/Tags}}
@ -93,7 +93,7 @@ Thu Oct 20 02:37:35 PM UTC 2022
function splitTagDiv() {
const header = document.querySelector("header");
if (!header) return;
const split = `{{MorphManFocus}} {{Tags}}`.split(" ");
const split = `{{Focus}} {{Tags}}`.split(" ");
header.innerHTML = "";

View file

@ -5,7 +5,6 @@
"SentFurigana",
"SentEng",
"SentAudio",
"MorphManFocus",
"VocabKanji",
"VocabFurigana",
"VocabPitchPattern",
@ -14,7 +13,8 @@
"VocabAudio",
"Image",
"Notes",
"MakeProductionCard"
"MakeProductionCard",
"Focus"
],
"cardTemplates": [
"Recognition",