From 1ba6a59f8be899cfeb37b822adc821e864f1a4f7 Mon Sep 17 00:00:00 2001 From: thegunslingers Date: Sun, 24 Jan 2016 12:29:45 -0500 Subject: [PATCH] ICal Parser Fix V2 Updated the parser fix so it is a little more elegant. --- js/ical_parser.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/js/ical_parser.js b/js/ical_parser.js index a0e0dce3..af1e3363 100644 --- a/js/ical_parser.js +++ b/js/ical_parser.js @@ -80,7 +80,6 @@ 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