From 67a8457889e3169aa4c32706f8cf9b46ab6f987b Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 8 Aug 2012 13:16:02 -0400 Subject: [PATCH] Smart Playlists: modifier buttons appear incorrectly when editing --- 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 82999a3eb..8f6526266 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -333,6 +333,7 @@ var AIRTIME = (function(AIRTIME){ // functions in smart_playlistbuilder.js setupUI(); appendAddButton(); + appendModAddButton(); removeButtonCheck(); }