norfolkjs / norfolkjs.github.io

Website code for Norfolk.js
http://www.norfolkjs.org
12 stars 19 forks source link

events is empty on website #71

Closed tjwebb closed 9 years ago

tjwebb commented 9 years ago

@stanzheng ideas?

http://www.norfolkjs.org/

qwo commented 9 years ago

location not set for Chris Williams Event so probably value 'undefined'

        venue = $('<p>', {html: "Location: " + val.venue.name});
tjwebb commented 9 years ago

Ok, so you think we just need a null check for dot-paths

qwo commented 9 years ago

hot patched for now while I pull up an editor and add some validations

screenshot 2014-07-28 15 24 51

lynnaloo commented 9 years ago

The site is now only showing the next event instead of all of the open ones?

qwo commented 9 years ago

if you pull #71 in it should fix it

lynnaloo commented 9 years ago

I think you mean #72. I'll pull it in!