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

Merge branch 'remove_definition_id' into 'master'

Remove definition ID

See merge request spraksamlingane/beta.ordbok.uib.no!13
parents 40cf8105 aa84da1e
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