Commit 72d3a404d184e712ad80abe0c08e720df665d056
1 parent
67ade408
Exists in
master
and in
1 other branch
Small fix on main js
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) { | ... | ... |