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:
parent
37507b7d7d
commit
a049fc57c6
10 changed files with 411 additions and 130 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Reference in a new issue