Skip to content

Commit

Permalink
Merge pull request #21 from jamesscottbrown/patch-1
Browse files Browse the repository at this point in the history
embed_example.html: Fix comments about date format
  • Loading branch information
ahaith committed Dec 8, 2015
2 parents d0d1fde + eb813b3 commit 1e5608d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget/embed_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h1>Example of embedding</h1>
};

var params =
{ from: "today", //Start date range - dd/mm/yy. Required
//to: null, //end date range, - dd/mm/yy
{ from: "today", //Start date range - YYYY-MM-DD. Required
//to: null, //end date range, - YYYY-MM-DD
//speakers: [], //array of speaker slugs
//venues: [], //array of oxpoints IDs
//organising_departments: [], //array of oxpoints IDs
Expand Down

0 comments on commit 1e5608d

Please sign in to comment.