Commit 43353033755ec4e25727b6ad994d5a02dec58c60

Authored by Victor Costa
1 parent 89e4ec80

proposals_discussion: adapt when resize

plugins/proposals_discussion/public/proposals_list.js
... ... @@ -31,6 +31,9 @@ jQuery(document).ready(function($) {
31 31 $('.topics').masonry();
32 32 });
33 33 $('.topics').masonry();
  34 + $(window).resize(function() {
  35 + $('.topics').masonry();
  36 + });
34 37 });
35 38  
36 39 function loadSocialButtons() {
... ...