From 1d416be07865b34b5507d6340ab12b5b195a772b Mon Sep 17 00:00:00 2001 From: Oleg Belyaev Date: Fri, 21 Mar 2025 19:57:16 +0300 Subject: [PATCH] display glosses in index --- static/abaev-index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/abaev-index.js b/static/abaev-index.js index 4a84004..3fcb9a7 100644 --- a/static/abaev-index.js +++ b/static/abaev-index.js @@ -45,7 +45,8 @@ $( document ).ready(function() { if(glosses.length > 0) { entrystring = `${glosses.join('; ')}: ` } - opt = $(``); + opt = $(``); $select_entry.append(opt) }) .catch(err => console.log(err));