summaryrefslogtreecommitdiff
path: root/public/assets/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-29 15:55:53 -0400
committerJules Laplace <jules@okfoc.us>2016-03-29 15:55:53 -0400
commit20c26d2a907a8605cbae072f0e9c04a64d2c7c4e (patch)
tree0c88d02e2325c16aba5f6cb12f9dff333cc9e6d3 /public/assets/js
parent1ca0ee4ff4ce8ac88f3514dc3a24eeac5e926f3c (diff)
hidden stuff
Diffstat (limited to 'public/assets/js')
-rw-r--r--public/assets/js/app.js4
1 files changed, 3 insertions, 1 deletions
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")