Ajax messages
Categories
Component ID
2791323
Component name
Ajax messages
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
182
Component created
Component changed
Component body
This module stops messages ever being delivered as part of the initial request.
Instead it make an ajax call after the page has loaded to fetch the messages and display them.
This has two benefits:
1) The page is cacheable as no messages are polluting the HTML.
2) Messages never get lost in 404 requests
