From: Anthony Talarico Date: Wed, 24 Aug 2016 19:09:05 +0000 (-0400) Subject: adding event limit to agenda view to clean up the output in week view X-Git-Tag: v1.3.3^2~35^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aee56c2fcea7a95cd705a13ef2c83ef08b559d4e;p=WP-Plugins%2Fglm-member-db-events.git adding event limit to agenda view to clean up the output in week view --- diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index fc2411a..c2ea5f1 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -140,6 +140,9 @@ views: { month: { eventLimit: 4 + }, + agenda: { + eventLimit: 4 } } }); @@ -167,6 +170,5 @@ $(document).on("click", "button.fc-button", function () { var x = eventsCalMonthAJAX(month_obj); }); - });