CareerBot/app/static/js
ln0422 7344f3c9ce Fix duplicate const BASE_PATH declaration in chat.js
main.js and chat.js both declared const BASE_PATH at top level.
When both load on index.html, the second const throws SyntaxError,
preventing chat.js from executing (chat FAB button unresponsive).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 09:57:36 +08:00
..
admin.js Add /careerbot base path for www.ityb.me/careerbot deployment 2026-04-07 22:07:34 +08:00
chat.js Fix duplicate const BASE_PATH declaration in chat.js 2026-04-08 09:57:36 +08:00
main.js Add /careerbot base path for www.ityb.me/careerbot deployment 2026-04-07 22:07:34 +08:00