diff options
Diffstat (limited to 'web/static/js/app.js')
| -rw-r--r-- | web/static/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/js/app.js b/web/static/js/app.js index 6646400..f103ae8 100644 --- a/web/static/js/app.js +++ b/web/static/js/app.js @@ -215,7 +215,7 @@ function toggleTask(taskId) { const SWIPE_THRESHOLD = 50; // Minimum px for a swipe // Get ordered list of tab names (main tabs only for swipe) - const TAB_ORDER = ['timeline', 'shopping', 'tasks', 'planning', 'meals']; + const TAB_ORDER = ['timeline', 'shopping', 'conditions', 'tasks', 'planning', 'meals']; function handleSwipe() { const swipeDistance = touchEndX - touchStartX; |
