From 9935e154f1d2d9881c636b9a93f9d31b04621287 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 6 Jul 2021 22:59:24 -0400 Subject: Update options-util tests and comment (#1806) --- ext/js/data/options-util.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js/data') 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; } -- cgit v1.2.3