From 59c4739ee3de546aa06388e07ab725aa91a39619 Mon Sep 17 00:00:00 2001 From: Peter Howell Date: Thu, 7 Aug 2025 12:28:34 -0700 Subject: [PATCH] with outside link to breakfast/lunch --- js/dir_app.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/js/dir_app.js b/js/dir_app.js index 09ff283..2c32b7e 100644 --- a/js/dir_app.js +++ b/js/dir_app.js @@ -1135,6 +1135,12 @@ const ActivityList = Vue.component('activitylist', { this.fetch_myevents() }, methods: { + special_signup: function(activity_id) { + if (activity_id==1462 || activity_id==1455) { + return true; + } + return false; + }, get_day_index: function(dateStr) { const date = new Date(dateStr); const yyyy = date.getFullYear(); @@ -1354,11 +1360,16 @@ const ActivityList = Vue.component('activitylist', { href="#" class="px-3 py-1 text-sm font-medium rounded text-sm text-white bg-red-600 hover:underline">Cancel - Sign Up + Sign Up + Edit