Skip to content

Commit 143cb14

Browse files
committed
Added "CAMV" window title
1 parent 99a3955 commit 143cb14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
5-
5+
66
<script type="text/javascript" src="bower_components/react/react.js"></script>
77
<script type="text/javascript" src="bower_components/react/react-dom.js"></script>
88
<script> window.$ = window.jQuery = require('./bower_components/jquery/dist/jquery.min.js'); </script>
@@ -20,13 +20,13 @@
2020
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react-with-addons.min.js"></script>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.js"></script>
23-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
23+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
2424
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.25.1/react-bootstrap.min.js"></script>
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.6.1/lodash.min.js"></script>
2626
<script type="text/javascript" src="http://fb.me/JSXTransformer-0.12.2.js"></script>
2727
-->
2828
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
29-
29+
3030
<!-- <script type="text/javascript" src="testData.js"></script> -->
3131

3232
<script type="text/jsx" src="SpectrumBox.jsx"></script>
@@ -36,6 +36,7 @@
3636
<script type="text/jsx" src="ModalFragmentBox.jsx"></script>
3737
<script type="text/jsx" src="ModalFileSelectionBox.jsx"></script>
3838
<script type="text/jsx" src="ScanSelectionList.jsx"></script>
39+
<title>CAMV</title>
3940
</head>
4041
<body>
4142
<div id="content" style="height:500px">

0 commit comments

Comments
 (0)