Commit fbb48f070c589501e235bb83bf6c5973d0b5e053
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,6 +1378,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers | ||
1378 | results: function() {} | 1378 | results: function() {} |
1379 | } | 1379 | } |
1380 | }); | 1380 | }); |
1381 | + $("div.box__abstract :not(:first-child)").hide(); | ||
1381 | 1382 | ||
1382 | 1383 | ||
1383 | $('.save-article-form').submit(function (e) { | 1384 | $('.save-article-form').submit(function (e) { |