removing class manipulation for now to check for small-8 and replace with small-12...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 26 Aug 2016 12:31:31 +0000 (08:31 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 26 Aug 2016 12:31:31 +0000 (08:31 -0400)
views/front/events/agenda.html

index 58aeefe..34d26b8 100644 (file)
@@ -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');
 
             } 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(){});