mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

$.notifyDefaults() Not working #147

Open xxRockOnxx opened 8 years ago

xxRockOnxx commented 8 years ago

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.

Adysone commented 6 years ago

Hello, apparently you can speecify defaults only for settings and not for options. An update on the documentation is needed.