I am using noty.js plugin (http://ned.im/noty/) to display status info to user. If user click on noty.js message when it is displayed, the message will get hide.
How can I disable click to hide function? I just want the message to stay appear until I auto-hide it or my program command to hide it.
Thank you.
From the docs, here are the default values:
Notice this property:
if you call:
Then it won't close when you click on it.