Jaime Pillora
Jaime Pillora
Ah yep this is a bug, the parser should handle those cases. In the meantime, it works when you do `" "`: `$.notify("Failed to add the URL.", { position:"top center"...
The bump to 0.3.4 broke some projects because the minified version was deleted at that commit. So it was removed and a 0.4.0 was made instead to mark an incompatible...
Just saw edit. Hmmm, maybe the last 0.3.x version should be 0.3.2 then...
Hey @EvanCarroll Yep agreed - it should be pure JS. A few notes: - I'm using `gh-pages` instead of `master` to host the `docs/` - I'm happy for it to...
@EvanCarroll could you please fork and do the switch to JS? I'll review then give you commit access
You could trigger a hide on all notifications before showing the next one `$('.notifyjs-container').trigger('notify-hide');`
Indeed it is missing, those ones are the defaults for each - global: $.(msg, opts) - element: $(selector).notify(msg, opts) and so then opts.position overrides the default for each
Hey @EvanCarroll is this https://notifyjs.com/#position more informative?