diff --git a/assets/public/js/application.js b/assets/public/js/application.js
index fd8672f..7d02acd 100644
--- a/assets/public/js/application.js
+++ b/assets/public/js/application.js
@@ -88,9 +88,9 @@
 
             return (this.top = offsetTop - navOuterHeight - sideBarMargin + 15)
           },
-          bottom: function () {
-            return (this.bottom = $('.footer').outerHeight(true))
-          }
+          // bottom: function () {
+          //   return (this.bottom = $('.footer').outerHeight(true))
+          // }
         }
       })
     // }, 100);