Commit 7d7c363192a548b71d849de135adb7a83f501b81

Authored by Victor Costa
1 parent 86c6c0a2

proposals_discussion: listen to fullwidth event

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
public/proposals_list.js
... ... @@ -34,6 +34,9 @@ jQuery(document).ready(function($) {
34 34 $(window).resize(function() {
35 35 $('.topics').masonry();
36 36 });
  37 + $(window).bind('toggleFullwidth', function() {
  38 + $('.topics').masonry();
  39 + });
37 40 });
38 41  
39 42 function loadSocialButtons() {
... ...