diff --git a/src/components/DefElement.vue b/src/components/DefElement.vue
index 382b03498dfa266c5e92dd95687edfb4e2e1f49e..98c086a433e4fa670bf45d13af6629d957394778 100644
--- a/src/components/DefElement.vue
+++ b/src/components/DefElement.vue
@@ -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 : ''),
                                                           article_id: item.article_id,
                                                           definition_id: item.definition_id,
-                                                          definition_order: item.definition_order,
                                                           source: path
                                                         }
           else if (item.type_ == 'pronunciation') return {type: item.type_, html: item.string}