bootstrap-notify
bootstrap-notify copied to clipboard
$.notifyDefaults() Not working
Well, it just doesn't work. I have something like this
$.notifyDefaults({},{
newest_on_top: true,
placement: {
from: 'bottom',
align: 'right'
}
});
but notifs are still on the default of top right.
I think it is solve. Tried removing the 2 brackets at the first arguement.
Hello, apparently you can speecify defaults only for settings and not for options. An update on the documentation is needed.