mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
remove unused requirejs shim for bootstrap
This commit is contained in:
@@ -50,15 +50,8 @@
|
|||||||
paths: {
|
paths: {
|
||||||
components: '../components',
|
components: '../components',
|
||||||
jquery: '../components/jquery/dist/jquery.min',
|
jquery: '../components/jquery/dist/jquery.min',
|
||||||
// bootstrap: '../components/bootstrap/dist/js/bootstrap.bundle.min',
|
|
||||||
moment: "../components/moment/moment",
|
moment: "../components/moment/moment",
|
||||||
},
|
},
|
||||||
// shim: {
|
|
||||||
// bootstrap: {
|
|
||||||
// deps: ["jquery"],
|
|
||||||
// exports: "bootstrap"
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user