Aarush Chaurasia
Aarush Chaurasia
> Very very close. Sorry for all the comments about small details. No worries, hopefully it's all good now 👍
Everything is done, I'll try adding that feature 👍
I added it, here's what it looks like:  and the bus spot id -> string translations: 
@alanzhu0 everythings done 👍
Idk why it's failing I ran build_docs like 20 times
### to test: - **APP: Announcements** - [x] announcement posted sends a push notification when notify option is enabled - [x] test if content is truncated when its too long...
> Does JQuery require `.on("click", ...`? I prefer `.click(...` Yeah .click is deprecated since 3.3 so they could separate out `.click()` into `.trigger("click")` and `.click(...)` to `.on("click", ...)`