From f4327a77464afcfc2ceec85bdb5ef29538499a7d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 19 Sep 2014 01:12:22 -0400 Subject: [PATCH] fix tests --- web/app/assets/javascripts/sessionList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/sessionList.js b/web/app/assets/javascripts/sessionList.js index c88e3d440..af8046453 100644 --- a/web/app/assets/javascripts/sessionList.js +++ b/web/app/assets/javascripts/sessionList.js @@ -74,7 +74,7 @@ // render if anyone interested if(session['is_unstructured_rsvp?']) { - openSlotsHtml += sessionUtils.createOpenSlot($openSlotsTemplate, {description: 'Any Instrument'}); + openSlotsFirst3Html += sessionUtils.createOpenSlot($openSlotsTemplate, {description: 'Any Instrument'}); } // render open slots