Commit 43353033755ec4e25727b6ad994d5a02dec58c60
1 parent
89e4ec80
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
proposals_discussion: adapt when resize
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
plugins/proposals_discussion/public/proposals_list.js
| @@ -31,6 +31,9 @@ jQuery(document).ready(function($) { | @@ -31,6 +31,9 @@ jQuery(document).ready(function($) { | ||
| 31 | $('.topics').masonry(); | 31 | $('.topics').masonry(); |
| 32 | }); | 32 | }); |
| 33 | $('.topics').masonry(); | 33 | $('.topics').masonry(); |
| 34 | + $(window).resize(function() { | ||
| 35 | + $('.topics').masonry(); | ||
| 36 | + }); | ||
| 34 | }); | 37 | }); |
| 35 | 38 | ||
| 36 | function loadSocialButtons() { | 39 | function loadSocialButtons() { |