diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 18:39:59 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 18:39:59 -0400 |
| commit | ba7c5d05ccaf30e78e5ce96c11f153101b157813 (patch) | |
| tree | 3310a5d3f2bf4538851b7c14afcfc088a7760e25 /public/assets/js/app.js | |
| parent | a086d316e82ec012bc8f84fa653fc4ae562848ea (diff) | |
adding tomato
Diffstat (limited to 'public/assets/js/app.js')
| -rw-r--r-- | public/assets/js/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js index be7b585..8a11dd8 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -47,8 +47,10 @@ var delay = (function() { $(window).resize(function() { $(".cell").css({ 'display': 'none' }); + $('body').addClass('resizing'); delay(function() { $(".cell").css({ 'height': ($(".top").height() + 'px'), 'display': 'inline-block' }); - $('.top').flickity('resize') + $('.top').flickity('resize'); + $('body').removeClass('resizing'); }, 400); });
\ No newline at end of file |
