diff --git a/js/customElements/blogFooter.js b/js/customElements/blogFooter.js
index 14722a5a0af09bd200616562956609d4340bbc52..999f63584bfc447b727b0d0e5fcffac6d4e2d726 100644
--- a/js/customElements/blogFooter.js
+++ b/js/customElements/blogFooter.js
@@ -1,6 +1,5 @@
 class blogFooter extends HTMLElement {
-    constructor(){
-        super();
+    connectedCallback(){
         this.getBlogEntries();
     }