summaryrefslogtreecommitdiff
path: root/public/assets/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/app.js')
-rw-r--r--public/assets/js/app.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js
index b8992ea..7dabf26 100644
--- a/public/assets/js/app.js
+++ b/public/assets/js/app.js
@@ -38,8 +38,6 @@ var app = (function() {
})()
-app.init()
-
$(".cell, .next").css({ 'height': ($(".top").height() + 'px') });
@@ -83,4 +81,7 @@ $(window).resize(function() {
$('.top').flickity('resize');
$('body').removeClass('resizing');
}, 400);
-}) \ No newline at end of file
+})
+
+app.init()
+