at messenger-theme-flat.js:27
})(window.Messenger.Message);
and at messenger-theme-flat.js:33
}).call(this);
I never changed the files so I don't understand what's causing this problem.
This error causes Messenger to not use the theme and options and to show on top of the page
This is how I post the notifications:
Messenger().post({
message: 'There was an explosion while processing your request.',
type: 'error',
showCloseButton: true
});
at messenger-theme-flat.js:27
})(window.Messenger.Message);
and at messenger-theme-flat.js:33}).call(this);
I never changed the files so I don't understand what's causing this problem. This error causes Messenger to not use the theme and options and to show on top of the page This is how I post the notifications:using options:
messenger-theme-flat.js: