[-] Remove unused code

This commit is contained in:
Hykilpikonna
2021-12-26 13:08:11 -05:00
parent 8c3943cf3b
commit 32e5964e6d
-5
View File
@@ -46,11 +46,6 @@ export default class About extends Vue
this.publications.forEach(it => it.attachments = files.filter(a => a.data.parentItem == it.key))
})
}
updated(): void
{
$('#accordion').accordion({collapsible: true, header: 'h3', heightStyle: "content"})
}
}
</script>