Commit 67ade408b01c18c8ab420dc984cfcf364bb193c0

Authored by Victor Costa
1 parent b098626a
Exists in master and in 1 other branch production

Small fix to main js

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) {
... ...