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:
Tim Abbott 2017-08-28 16:11:38 -07:00
parent 40dfef490d
commit f1ad819547
1 changed files with 1 additions and 1 deletions

View File

@ -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