Files
zulip/static/js
clarammdantas 3b4c49e0e2 subs.js: Change how to check if the subscribed tab is active.
Before we used a selector to check whether the "Subscribed" tab
is active or not. The problem is that if a new sibling of the tab
switcher is inserted in the DOM and uses the same classes as the
"Subscribed" and "All Streams" button do, the selector can get
the sibling element instead the tab button.
To avoid that, we are using a variable that tracks the current
active tab instead of using the selector.
2020-05-14 23:24:23 -07:00
..
2020-03-02 17:45:44 -08:00
2020-02-04 12:22:03 -08:00
2019-10-25 13:51:21 -07:00
2020-03-26 21:35:32 -07:00
2020-02-10 15:57:20 -08:00
2020-02-15 12:20:20 -08:00
2019-10-25 13:51:21 -07:00
2020-02-25 15:37:37 -08:00