Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad168 commit e907e6dCopy full SHA for e907e6d
src/partials/eventsScript.hbs
@@ -67,6 +67,7 @@ PLEASE DO NOT EDIT THIS
67
var url = "https://graph.facebook.com/v2.10/1477893739095631/events?access_token=404649853235493%7CEInF9B-kIT0Tdpv_oyXBMIlfiDU";
68
69
$.get(url, {time_filter: "upcoming",{{#if upcomingLimit}}limit: "{{upcomingLimit}}"{{/if}} },function (events) {
70
+ events.data.reverse();
71
var newEventsPromises = events.data.map(function (event, index) {
72
event.start_date = event.start_time.substring(0, 10);
73
event.month = event.start_time.substring(5, 7);
0 commit comments