diff options
Diffstat (limited to 'web/static')
| -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 380bb70..3ecd0a1 100644 --- a/web/static/js/app.js +++ b/web/static/js/app.js @@ -20,7 +20,7 @@ function getCSRFToken() { // Track current active tab (read from URL for state persistence) const urlParams = new URLSearchParams(window.location.search); -let currentTab = urlParams.get('tab') || 'tasks'; +let currentTab = urlParams.get('tab') || 'timeline'; let autoRefreshTimer = null; // Initialize on page load |
