Commit d2a0f2a0dceb193eff7578d3baedc928ef311eb8
1 parent
a0c2586b
Exists in
master
and in
5 other branches
Fix url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -86,7 +86,7 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun |
86 | 86 | if(childId != 0){ |
87 | 87 | url += '/'+childId; |
88 | 88 | } |
89 | - url += '?private_token=' + Main.private_token + '&limit=1&order=random()&_='+new Date().getTime()+'&fields=id,name,abstract,created_by&content_type=ProposalsDiscussionPlugin::Proposal'; | |
89 | + url += '?private_token=' + Main.private_token + '&limit=1&order=random()&_='+new Date().getTime()+'&fields=id,name,slug,abstract,created_by&content_type=ProposalsDiscussionPlugin::Proposal'; | |
90 | 90 | |
91 | 91 | $.getJSON(url).done(function( data ) { |
92 | 92 | $loading.hide(); | ... | ... |