From 72d3a404d184e712ad80abe0c08e720df665d056 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 30 Mar 2016 17:40:29 -0300 Subject: [PATCH] Small fix on main js --- js/main.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/js/main.js b/js/main.js index 8bc3206..65f1615 100644 --- a/js/main.js +++ b/js/main.js @@ -1379,6 +1379,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers } }); $("div.box__abstract :not(:first-child)").hide(); + $("div.box__abstract").resize(); $('.save-article-form').submit(function (e) { -- libgit2 0.21.2