mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
remove unused requirejs shim for bootstrap
This commit is contained in:
@@ -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"
|
||||
// },
|
||||
// }
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user