Skip to content
Snippets Groups Projects
Commit 3c434906 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

cleanup

parent f2f49709
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ export default {
let text = ""
this.article.body.definitions.forEach((definition) => {
console.log(definition)
//console.log(definition)
text+=definition.elements[0].content
})
......@@ -95,7 +95,6 @@ export default {
},
collapsable: function() {
console.log(this.$parent.$options.name)
return this.$parent.$options.name == 'SearchResults' && (this.$parent.results_bm.length + this.$parent.results_nn.length > 2)
},
......@@ -254,10 +253,4 @@ ul li.definition {
padding: 12px;
}
.expand_icon {
position: absolute;
bottom: 24px;
right: 24px;
}
</style>
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