changed togetherjs link
This commit is contained in:
parent
a4fed38d97
commit
f039160ded
|
@ -68,8 +68,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Page Menu -->
|
<!-- Page Menu -->
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="main-body">
|
<div id="main-body">
|
||||||
{% with messages = get_flashed_messages(with_categories=True) %}
|
{% with messages = get_flashed_messages(with_categories=True) %}
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script src="https://togetherjs.com/togetherjs-min.js"></script>
|
<script src="//togetherjs.com/togetherjs-min.js"></script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div id="app-wrap">
|
<div id="app-wrap">
|
||||||
<div id="app-controls" class="row">
|
<div id="app-controls" class="row">
|
||||||
|
@ -96,8 +96,6 @@
|
||||||
<div id="preview"></div>
|
<div id="preview"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue