Skip to content

Conversation

@devinmatte
Copy link
Member

Now that class start times are a little odd, the start time is now listed alongside the location in order to help avoid confusion.

Adds time to the location section of an event:


Fixes #129


//Format Start time
var hourLabel = Math.floor(courseStart / 60);
if(hourLabel > 12) { hourLabel -= 12; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the styling here. Blocks should always be multi-line.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Check new rebased Commit

Now that class start times are a little odd, the start time is now listed alongside the location in order to help avoid confusion
Fixes ComputerScienceHouse#129
@bgrawi bgrawi merged commit 168e0f9 into ComputerScienceHouse:develop May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants