Skip to content
Snippets Groups Projects
Commit aa84da1e authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Remove definition ID

parent 3ecda17a
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ export default { ...@@ -56,7 +56,6 @@ export default {
ref: '/' + lang + '/' + item.article_id + '/' + encodeURIComponent(item.word_form || item.lemmas[0].lemma) + (item.definition_id ? '#def' + item.definition_id : ''), ref: '/' + lang + '/' + item.article_id + '/' + encodeURIComponent(item.word_form || item.lemmas[0].lemma) + (item.definition_id ? '#def' + item.definition_id : ''),
article_id: item.article_id, article_id: item.article_id,
definition_id: item.definition_id, definition_id: item.definition_id,
definition_order: item.definition_order,
source: path source: path
} }
else if (item.type_ == 'pronunciation') return {type: item.type_, html: item.string} else if (item.type_ == 'pronunciation') return {type: item.type_, html: item.string}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment