Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Brown
523d90a232 Fix Alpine.js expression errors and JavaScript issues in timeline editor
- Fix Alpine.js "function not defined" errors by adding typeof checks with fallbacks
- Fix "Invalid left-hand side in assignment" error by replacing x-model with manual binding
- Add Notebook namespace initialization to prevent "Notebook is not defined" errors
- Add defensive checks for missing jQuery plugins (iconpicker, modal)
- Ensure all Alpine.js expressions gracefully degrade when context unavailable
- Timeline editor now functions without JavaScript console errors

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 17:57:09 -07:00
Euan Kemp
673a5d2e44 decaffeinate: fix + remove suggestions 2020-09-18 20:08:08 -07:00
Euan Kemp
d1301b74e2 decaffeinate the coffeescript
This commit is the result of just running
https://decaffeinate-project.org/ and making no additional changes.
2020-09-18 20:00:49 -07:00