From cc7662ec87b04805c76bfd56ce47ef01d5dd4cc5 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 18 Apr 2024 09:12:16 +0200 Subject: [PATCH] remove unused requirejs shim for bootstrap --- share/jupyterhub/templates/page.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/jupyterhub/templates/page.html b/share/jupyterhub/templates/page.html index 0d1bd6f2..43888fcb 100644 --- a/share/jupyterhub/templates/page.html +++ b/share/jupyterhub/templates/page.html @@ -50,15 +50,8 @@ paths: { components: '../components', jquery: '../components/jquery/dist/jquery.min', - // bootstrap: '../components/bootstrap/dist/js/bootstrap.bundle.min', moment: "../components/moment/moment", }, - // shim: { - // bootstrap: { - // deps: ["jquery"], - // exports: "bootstrap" - // }, - // } });