mirror of https://github.com/embarklabs/embark.git
fix test_app tab selection
This commit is contained in:
parent
13e759bfee
commit
b3749bd5ac
|
@ -2,7 +2,9 @@
|
|||
<head>
|
||||
<title>Embark - SimpleStorage Demo</title>
|
||||
<!-- <link rel="stylesheet" href="css/app.css"> -->
|
||||
<!--<script src="js/jquery.js"></script> -->
|
||||
<!-- <script src="js/bootstrap.js"></script> -->
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
|
||||
</head>
|
||||
<body class="container">
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import $ from 'jquery';
|
|||
import 'bootstrap/dist/css/bootstrap.css';
|
||||
import 'bootstrap/dist/css/bootstrap-theme.css';
|
||||
//import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
//import 'bootstrap/dist/js/bootstrap.min.js';
|
||||
import 'bootstrap/dist/js/bootstrap.min.js';
|
||||
|
||||
//import 'react-bootstrap/dist/react-bootstrap.min.js';
|
||||
|
||||
|
|
Loading…
Reference in New Issue