mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
This code checks whether or not manual color inputs are supported in the browser, but does so with an invalid property “!” which throws a console.warn statement in jQuery. We change this test to a valid “#ffffff” that works and does not throw warnings.