Open
Description
login_buttons_dropdown.js
has two calls to Meteor.flush()
, which leads to Uncaught TypeError: Meteor.flush is not a function
.
I believe these should be Tracker.flush()
. Actually, they're probably not needed at all. Let me know if you'd like a PR with them changed or removed.
Metadata
Metadata
Assignees
Labels
No labels