GeoffreyEmerson / 301-final-project

Convoke! An easy and intuitive app for organizing casual gatherings.
MIT License
1 stars 3 forks source link

added kludge to insert blank data. #123

Closed CharlesEmrich closed 8 years ago

CharlesEmrich commented 8 years ago

Currently, calendarView is actually forcing the zero-ed array by default. toggle this behavior by switching the "false" at c-v.js: 19 to "topicid."

Theoretically, it should be able to build up the array from there. I'll try and build a front-side implementation of the array incrementation feature.