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