diff --git a/js/ical_parser.js b/js/ical_parser.js index 292f670d..a0e0dce3 100644 --- a/js/ical_parser.js +++ b/js/ical_parser.js @@ -80,6 +80,7 @@ function ical_parser(feed_url, callback){ //Keep track of when we are activly parsing an event var in_event = false; + var summary_set = false; //Use as a holder for the current event being proccessed. var cur_event = null; for(var i=0;i