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/tinycolor/tinycolor.js"></script>
<script src="bower_components/snap.svg/dist/snap.svg-min.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="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> <script src="scripts/grapher.js"></script>
</body> </body>
</html> </html>

View File

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