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() { function splitTagDiv() {
const header = document.querySelector("header"); const header = document.querySelector("header");
if (!header) return; if (!header) return;
const split = `{{MorphManFocus}} {{Tags}}`.split(' '); const split = `{{Focus}} {{Tags}}`.split(' ');
header.innerHTML = ""; header.innerHTML = "";

View file

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

View file

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