From 2033b904c86cc5de097307d83b8af476dadb6d79 Mon Sep 17 00:00:00 2001 From: naomiaro Date: Sun, 3 Apr 2011 22:55:34 -0400 Subject: [PATCH] prevent fullcalendar caching from switching back to incorrect icon. --- public/js/airtime/schedule/schedule.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/airtime/schedule/schedule.js b/public/js/airtime/schedule/schedule.js index 9a9840a83..24c889439 100644 --- a/public/js/airtime/schedule/schedule.js +++ b/public/js/airtime/schedule/schedule.js @@ -183,8 +183,7 @@ function uploadToSoundCloud(show_instance_id){ alert(data.error); return; } - span.removeClass("progress") - .addClass("soundcloud"); + scheduleRefetchEvents(); }); }