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

Type does not change from 'info' #64

Closed Adhara3 closed 9 years ago

Adhara3 commented 9 years ago

Hi, I initialize growl this way, as suggested in the docs:

 $.growl(false, {
    delay: 4000,
allow_dismiss: false
});

then, when my own success(message) metod is called I do:

$.growl({
    icon: "fa fa-check-circle-o fa-lg",
    title: " Success! ",
    message: message,
    type: 'success'
});

But the notification is always of type info.

Thanks Andrea

Adhara3 commented 9 years ago

I'm a dumb, sorry.

mouse0270 commented 9 years ago

Not dumb it is the most common mistake made... And is mostly my fault for doing things differently than most plugins.

ssi-anik commented 7 years ago

@Adhara3 , I'm dumb too. I can't even understand why my notification can't change from danger to any other types

ssi-anik commented 7 years ago

Sorry, I'm dumb too. :sob: I typed 'type' twice.