Go to file
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
app Fix duplicate const BASE_PATH declaration in chat.js 2026-04-08 09:57:36 +08:00
templates Add /careerbot base path for www.ityb.me/careerbot deployment 2026-04-07 22:07:34 +08:00
.gitignore Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
DESIGN.md Update DESIGN.md and OPS_MANUAL.md for domain and subpath deployment 2026-04-07 22:13:31 +08:00
init_data.py Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
OPS_MANUAL.md Update DESIGN.md and OPS_MANUAL.md for domain and subpath deployment 2026-04-07 22:13:31 +08:00
requirements.txt Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
start.bat Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
stop.bat Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00