1

Fixing up props page

This commit is contained in:
Alex Yatskov 2015-02-27 17:32:15 +09:00
parent 3245bfe70b
commit 068e17e762
3 changed files with 6 additions and 5 deletions

View File

@ -102,7 +102,7 @@
<script src="bower_components/tinycolor/tinycolor.js"></script>
<script src="bower_components/snap.svg/dist/snap.svg-min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="scripts/application.js"></script>
<script src="scripts/search.js"></script>
<script src="scripts/grapher.js"></script>
</body>
</html>

View File

@ -3,8 +3,7 @@
<head>
<title>Reactive Search Properties</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- inject:css -->
<!-- endinject -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
</head>
<body>
<div class="container">
@ -97,7 +96,9 @@
<!-- </div> -->
</div>
<!-- inject:js -->
<!-- endinject -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/handlebars/handlebars.js"></script>
<script src="bower_components/underscore/underscore.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
</body>
</html>