From e55e99365b606030dcca26793a1db05d9672acac Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 15 Sep 2015 17:27:20 -0400 Subject: [PATCH] SAAS-1068: Crossfade button broken when editing new smart block * Shouldn't have been enabled in the first place. --- airtime_mvc/public/js/airtime/library/spl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/public/js/airtime/library/spl.js b/airtime_mvc/public/js/airtime/library/spl.js index 394a1bb1a..6dc422cf2 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -550,6 +550,7 @@ var AIRTIME = (function(AIRTIME){ appendAddButton(); appendModAddButton(); removeButtonCheck(); + setFadeIcon(); } function openPlaylistPanel() {