changed togetherjs link

This commit is contained in:
Matthew Scragg 2014-09-10 09:58:35 -05:00
부모 a4fed38d97
커밋 f039160ded
2개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

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

파일 보기

@ -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 %}