From b0ce9c8561a0b42e6366a1519ea390c3cdf6d2b3 Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:33:15 -0800 Subject: [PATCH] Revert "try CDN to load jquery and bootstrap" This reverts commit bba32f54810c3a8c1ecc9a7472189322f1204076. --- step-web/src/main/webapp/start.jsp | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/step-web/src/main/webapp/start.jsp b/step-web/src/main/webapp/start.jsp index 6c6f567fc8..9adb8d7c79 100644 --- a/step-web/src/main/webapp/start.jsp +++ b/step-web/src/main/webapp/start.jsp @@ -489,27 +489,8 @@ userCountry = (userCountry == null) ? "UNKNOWN" : userCountry.toUpperCase(); } - - - - + + <% if (request.getParameter("debug") != null) {