From e13aea1d317308a3316e1b2072721810f814e6cb Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 26 Dec 2021 21:45:42 -0500 Subject: [PATCH] [-] Remove unnecessary collapsing --- src/components/BlogPost.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/BlogPost.vue b/src/components/BlogPost.vue index fad943c..2941eaf 100644 --- a/src/components/BlogPost.vue +++ b/src/components/BlogPost.vue @@ -65,9 +65,6 @@ export default class BlogPostPreview extends Vue console.log(`Blog Post: ClickTitle called on`, this.meta.title) this.isActiveChangeDueToClickTitle = true - // Collapse everything that's not this - $(`.card:not(.${this.uid})`).accordion('option', {active: false}); - // Change url if (!this.isActive()) this.$router.push(`/blog?post=${this.meta.url_name}`) else this.$router.push('/blog')