From 41d7bfabe497e218b33ba2820e57a12689b9a4a2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 26 Jul 2017 23:17:11 -0700 Subject: [PATCH] Revert "Update to jQuery version 3." This reverts commit a01eb190d6f3030a3d7b2660fc10df722c5c794f. We haven't debugged why yet, but this was causing 2 major problems: * Misalignment in the floating recipient bar area. * Missing scrollbar in the right sidebar. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22c90ccc48..861d0b7642 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "i18next-localstorage-cache": "0.3.0", "i18next-parser": "0.11.1", "i18next-xhr-backend": "0.5.4", - "jquery": "3.2.1", + "jquery": "2.2.3", "jquery-validation": "1.16.0", "katex": "0.7.1", "moment": "2.18.1",