adding event limit to agenda view to clean up the output in week view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 19:09:05 +0000 (15:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 19:09:05 +0000 (15:09 -0400)
views/front/events/agenda.html

index fc2411a..c2ea5f1 100644 (file)
             views: {
                 month: {
                     eventLimit: 4
+                },
+                agenda: {
+                    eventLimit: 4
                 }
             }
         });
         $(document).on("click", "button.fc-button", function () {
             var x = eventsCalMonthAJAX(month_obj);
         });
-
     });
 </script>