mftaff / to-do-countdown

Powerful To-Do web-app. Features multiple task lists, friends, and expiring tasks.
0 stars 0 forks source link

ajax generated flash notice persists through page reload #5

Closed mftaff closed 7 years ago

mftaff commented 7 years ago

if you have an ajak generated flash message in the flash div, and then you refresh the page, it persists... This may be because the flash is still present and ajax just forced it up early.

mftaff commented 7 years ago

update: only the create flash messages are doing this!

mftaff commented 7 years ago

adding .now to flash resolves this issue