We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uiAlert fails to display when called with bootstrap-notify within admin area.
Steps to reproduce the behavior:
e107::js('footer', '{e_WEB}js/bootstrap-notify/js/bootstrap-notify.js', 'jquery', 2); e107::css('core', 'bootstrap-notify/css/bootstrap-notify.css', 'jquery'); e107::js('footer-inline', " $('#uiAlert').notify({ type: 'info', message: { html: 'Test Message' }, fadeOut: { enabled: true, delay: 5000 } }).show(); ");
Display 'Test Message' on the screen.
The text was updated successfully, but these errors were encountered:
2e04931
CaMer0n
No branches or pull requests
Bug Description
uiAlert fails to display when called with bootstrap-notify within admin area.
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Display 'Test Message' on the screen.
The text was updated successfully, but these errors were encountered: