mirror of https://github.com/zulip/zulip.git
home: Remove compatibility code for old name Humbug.
Since Zulip stopped being called Humbug in like 2013, this code hasn't been useful in years, and is a bit confusing.
This commit is contained in:
parent
40dfef490d
commit
f1ad819547
|
@ -262,5 +262,5 @@ def is_buggy_ua(agent):
|
|||
This may get fixed in the future, but for right now we can
|
||||
just serve the more conservative CSS to all our desktop apps.
|
||||
"""
|
||||
return ("Humbug Desktop/" in agent or "Zulip Desktop/" in agent or "ZulipDesktop/" in agent) and \
|
||||
return ("Zulip Desktop/" in agent or "ZulipDesktop/" in agent) and \
|
||||
"Mac" not in agent
|
||||
|
|
Loading…
Reference in New Issue