aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-07-06 22:59:24 -0400
committerGitHub <noreply@github.com>2021-07-06 22:59:24 -0400
commit9935e154f1d2d9881c636b9a93f9d31b04621287 (patch)
treec98fb456cb118ec0a9eb0812a081b9e07e0ab53e /ext
parent1088c17503cd6f52019a094ac19f68b0e12ba007 (diff)
Update options-util tests and comment (#1806)
Diffstat (limited to 'ext')
-rw-r--r--ext/js/data/options-util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/data/options-util.js b/ext/js/data/options-util.js
index 4bd5e7af..baa727d2 100644
--- a/ext/js/data/options-util.js
+++ b/ext/js/data/options-util.js
@@ -853,6 +853,7 @@ class OptionsUtil {
async _updateVersion13(options) {
// Version 13 changes:
// Handlebars templates updated to use formatGlossary.
+ // Handlebars templates updated to use new media format.
await this._applyAnkiFieldTemplatesPatch(options, '/data/templates/anki-field-templates-upgrade-v13.handlebars');
return options;
}