Skip to content
Snippets Groups Projects
Commit 1e10484b authored by khawkins98's avatar khawkins98
Browse files

Update compiled

parent 1f80beb4
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -529,9 +529,9 @@ function ebiFrameworkUpdateFooterMeta() {
* @param {Object} message - The message you wish to show on the page.
* @param {string} message.headline - The headline to show (text)
* @param {string} message.message - The contents of the message (HTML)
* @param {string} [message.priority = 'callout'] - Optional class to add to message box. 'alert', 'warning', 'industry-background white-color'
* @param {string} [message.priority = 'callout'] - Optional class to add to message box. 'alert', 'warning', 'industry-background white-color'
* @example
* injectAnnouncements({ headline: 'Your headline here', message: 'this', priority: 'alert' });
* ebiInjectAnnouncements({ headline: 'Your headline here', message: 'this', priority: 'alert' });
*/
function ebiInjectAnnouncements(message) {
if (typeof(message) == 'undefined') {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment