changed togetherjs link

This commit is contained in:
Matthew Scragg 2014-09-10 09:58:35 -05:00
parent a4fed38d97
commit f039160ded
2 changed files with 2 additions and 6 deletions

View file

@ -68,8 +68,6 @@
</div>
<!-- Page Menu -->
<div class="container">
<div id="main-body">
{% with messages = get_flashed_messages(with_categories=True) %}

View file

@ -34,9 +34,9 @@
};
</script>
<script src="https://togetherjs.com/togetherjs-min.js"></script>
<script src="//togetherjs.com/togetherjs-min.js"></script>
{% endblock %}
{% block body %}
<div id="app-wrap">
<div id="app-controls" class="row">
@ -96,8 +96,6 @@
<div id="preview"></div>
</div>
</div>
</div>
{% endblock %}