Skip to content
New issue

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

Is there any way to do not hide the alert? #44

Closed
rubemz opened this issue May 16, 2013 · 2 comments
Closed

Is there any way to do not hide the alert? #44

rubemz opened this issue May 16, 2013 · 2 comments

Comments

@rubemz
Copy link

rubemz commented May 16, 2013

I saw that the default timeout is 10 sec.

Is there any configuration/settings that prevents the alert from being hided, unless the users explicitly clicks on close("X")?

@zackbloom
Copy link
Contributor

The hideAfter configuration option:

Messenger().post
  message: 'Test'
  hideAfter: false

You can also configure your default in Messenger.options:

Messenger.options =
  messageDefaults:
    hideAfter: false

@rubemz
Copy link
Author

rubemz commented May 17, 2013

@zackbloom Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants