diff --git a/js/main.js b/js/main.js index cf9364d..63f8eb3 100644 --- a/js/main.js +++ b/js/main.js @@ -472,6 +472,10 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers active_category = 'reducao-da-pobreza'; category_id = 183; break; + case 'categories cultura': + active_category = 'cultura'; + category_id = 194; + break; } var topic_id = proposal_id.split('-').pop(); -- libgit2 0.21.2