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