Skip to content

Commit

Permalink
do not include mcard on purchase page
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jan 27, 2016
1 parent 98f9f29 commit 91eb9e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion chezbetty/templates/terminal/base.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
</div>

<script src="{{'chezbetty:static/js/chezbetty-terminal.js'|static_url}}"></script>
<script src="{{'chezbetty:static/js/chezbetty-terminal-mcard.js'|static_url}}"></script>
<script src="{{'chezbetty:static/js/chezbetty-common-onload.js'|static_url}}"></script>
{% block onload %}
{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions chezbetty/templates/terminal/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ body {
{% set timeout = 1000*60*60*4 %}

{% block onload %}
<script src="{{'chezbetty:static/js/chezbetty-terminal-mcard.js'|static_url}}"></script>
<script>
if($('#splash').length != 0) {
$("#index").hide();
Expand Down

0 comments on commit 91eb9e6

Please sign in to comment.