Commit fbb48f070c589501e235bb83bf6c5973d0b5e053

Authored by Victor Costa
2 parents 182f91c2 67ade408
Exists in production

Merge branch 'master' into production

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