Start on tour infrastructure. Note that this code works but is NOT STYLED and has a FAKE TEMP TOUR in it

This commit is contained in:
Joseph Schorr 2014-02-04 20:50:13 -05:00
parent 37507b7d7d
commit a049fc57c6
10 changed files with 411 additions and 130 deletions

View file

@ -72,6 +72,7 @@
window.__token = '{{ csrf_token() }}';
</script>
<script src="static/js/tour.js"></script>
<script src="static/js/app.js"></script>
<script src="static/js/controllers.js"></script>
<script src="static/js/graphing.js"></script>
@ -170,5 +171,6 @@ var isProd = document.location.hostname === 'quay.io';
{% endif %}
<!-- end olark code -->
<div class="angular-tour-overlay" tour="angular_tour_current"></div>
</body>
</html>

View file

@ -35,6 +35,7 @@
<script src="static/lib/Blob.js"></script>
<script src="static/lib/FileSaver.js"></script>
<script src="static/lib/jquery.base64.min.js"></script>
<script src="static/lib/jquery.spotlight.js"></script>
{% endblock %}
{% block body_content %}