From bc7bec9a95e374ba10d3000b899f97861886ec3b Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 22 Jul 2020 12:40:28 -0700 Subject: [PATCH] landing-page: Clean up ready callbacks. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jQuery’s $(callback) already checks document.readyState to decide whether to run the callback immediately (that’s like, jQuery’s entire value proposition). We probably don’t need ready callbacks at all anymore thanks to