From 20c26d2a907a8605cbae072f0e9c04a64d2c7c4e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 Mar 2016 15:55:53 -0400 Subject: hidden stuff --- public/assets/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/assets/js') diff --git a/public/assets/js/app.js b/public/assets/js/app.js index 0242437..7240c89 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -87,7 +87,9 @@ var app = (function() { })() $(".top").each(function(){ - $(".cell, .next", this).css({ 'height': ($(this).height() + 'px') }) + var height = $(this).height() + console.log(height) + $(".cell, .next", this).css({ 'height': (height + 'px') }) }) $(".item").addClass("hidden") -- cgit v1.2.3-70-g09d2