Socket err notifications were calling "_.warning" instead of "toastr.warning".
The util.js helpers were included in underscore js by other names, so I pulled them out and swapped their implementations with delegations to _. Maybe it would be better to just replace the usage with calls to underscore directly?
Socket err notifications were calling "_.warning" instead of "toastr.warning".
The util.js helpers were included in underscore js by other names, so I pulled them out and swapped their implementations with delegations to _. Maybe it would be better to just replace the usage with calls to underscore directly?
Cheers, Thomas