Hi,
Replace
[onshow;block=div;when [var.show] == 'notification';comm] |
[onshow;block=div;when 'notification' == [var.show];comm] |
The problem comes from TBS that has difficulties to evaluate
[var.show] == 'notification'
when [var.show] contains delimiters such as (')