From: Anthony Talarico Date: Fri, 26 Aug 2016 12:31:31 +0000 (-0400) Subject: removing class manipulation for now to check for small-8 and replace with small-12... X-Git-Tag: v1.3.3^2~31 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6b8e8966a580a7ccbfd1541233d58cba3d8e31c6;p=WP-Plugins%2Fglm-member-db-events.git removing class manipulation for now to check for small-8 and replace with small-12 for calendar view --- diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index 58aeefe..34d26b8 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -70,7 +70,7 @@ var view = '{$cal_view}'; if(view === "calendar"){ - main_content.removeClass("small-8").addClass("small-12"); +// main_content.removeClass("small-8").addClass("small-12"); calendar.show(); rows.hide(); view_select.val('calendar'); @@ -165,7 +165,6 @@ } else if ( $("#glm-event-view-select option:selected").val() === "agenda"){ - main_content.removeClass("small-12").addClass("small-8"); rows.fadeIn('slow', function(){}); // search.fadeIn('slow', function(){}); calendar.fadeOut('slow', function(){});