Again, this should be for the 7.x branch.
Currently, the code reads
Drupal.behaviors.betterMessages = function (context) {
fun stuff here ....
}
But I'm pretty sure that it should read
Drupal.behaviors.better_messages = {
attach: function (context) {
fun stuff here....
}
}
Comments
Comment #1
bucefal91 commentedThe 6.x version is no longer supported.