1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixed consoled app

This commit is contained in:
Retspen 2015-03-27 11:22:38 +02:00
parent 6604aa9d11
commit f5ce432c56
3 changed files with 14 additions and 14 deletions

View file

@ -215,7 +215,7 @@
</div>
{% endblock %}
{% block script %}
<script src="{{ STATIC_URL }}/js/sortable.min.js"></script>
<script src="{{ STATIC_URL }}js/sortable.min.js"></script>
<script>
function open_console(uuid) {
window.open("{% url 'console' %}?token=" + uuid, "", "width=850,height=485");