Commit 0f0afd36e216424ef164ec1f707a5479b2192d8a

Authored by Victor Costa
1 parent 01e9d596

Fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/main.js
... ... @@ -107,7 +107,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers
107 107 if(childId !== 0 && !force){
108 108 url += '/' + childId;
109 109 }
110   - url += '?private_ftoken=' + private_token + '&limit=1&order=random()&_='+new Date().getTime()+'&fields=id,name,slug,abstract,created_by&content_type=ProposalsDiscussionPlugin::Proposal';
  110 + url += '?private_token=' + private_token + '&limit=1&order=random()&_='+new Date().getTime()+'&fields=id,name,slug,abstract,created_by&content_type=ProposalsDiscussionPlugin::Proposal';
111 111  
112 112 $.getJSON(url).done(function( data ) {
113 113 $loading.hide();
... ...