Commit 5ec85710257c0cde1f3faae4ef28f42a123a32d5

Authored by Victor Costa
2 parents fbb48f07 72d3a404
Exists in production

Merge branch 'master' into production

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
js/main.js
... ... @@ -1379,6 +1379,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers
1379 1379 }
1380 1380 });
1381 1381 $("div.box__abstract :not(:first-child)").hide();
  1382 + $("div.box__abstract").resize();
1382 1383  
1383 1384  
1384 1385 $('.save-article-form').submit(function (e) {
... ...