We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08d5db + b448363 commit a8e3444Copy full SHA for a8e3444
binderhub/static/js/index.js
@@ -13,7 +13,6 @@
13
import { Terminal } from 'xterm';
14
import { FitAddon } from 'xterm-addon-fit';
15
import ClipboardJS from 'clipboard';
16
-import 'bootstrap';
17
import 'event-source-polyfill';
18
19
import BinderImage from './src/image';
@@ -22,8 +21,12 @@ import { getPathType, updatePathText } from './src/path';
22
21
import { nextHelpText } from './src/loading';
23
24
import 'xterm/css/xterm.css';
+
25
+// Include just the bootstrap components we use
26
+import 'bootstrap/js/dropdown';
27
import 'bootstrap/dist/css/bootstrap.min.css';
28
import 'bootstrap/dist/css/bootstrap-theme.min.css';
29
30
import '../index.css';
31
32
const BASE_URL = $('#base-url').data().url;
0 commit comments