Commit aab3f021118858bfc03089a92e66681271a1b98c

Authored by Victor Costa
1 parent f4d826b0

Fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/main.js
... ... @@ -681,7 +681,7 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun
681 681 return msg;
682 682 },
683 683 display_events: function(cat_id, active_category) {
684   - var url = host + '/api/v1/communities/' + window.dialoga_community + '/articles?categories_ids[]=' + cat_id + '&content_type=Event&private_token=' + Main.private_token;
  684 + var url = host + '/api/v1/communities/' + window.dialoga_community + '/articles?categories_ids[]=' + cat_id + '&content_type=Event&private_token=' + '375bee7e17d0021af7160ce664874618';
685 685 $.getJSON(url).done(function (data) {
686 686 if(data.articles.length==0) return;
687 687 var dt = data.articles[0].start_date;
... ...