Open alphabt opened 8 years ago
It's a bug. See #33 For now just rollback to 0.8.4.1
I found the the offending code in #33. On line 47:
html += h.title(@opts.type) if title? and @opts.type?
title?
translates to title != null
in js, which is the wrong since it doesn't check against values yes
or no
. Reverting the line to just title
now works as expected.
I've opened PR #36, could you take a look and merge if ok?
@iczman you basically made a complete copy of #34
Lol I should've look through existing PRs first. Bummer, I'll withdraw my PR.
@iczman hehe. was about to make that same mistake a week ago xD
After upgrading to 0.8.5 I now see all alerts have the title showing (the "Info!" part). When I revert back to 0.8.4.1 the title went away.
My setting has title turned off:
Is this a regression/bug?