Merge branch 'master' of github.com:tforgione/3dinterface
This commit is contained in:
commit
68646e2db7
|
@ -2,13 +2,6 @@
|
||||||
title: Streaming simulator
|
title: Streaming simulator
|
||||||
layout: withjs
|
layout: withjs
|
||||||
extrajs: <script>params = {}; params.get= {}; params.get.res = 5;</script>
|
extrajs: <script>params = {}; params.get= {}; params.get.res = 5;</script>
|
||||||
<script>
|
|
||||||
submitFunction = function(event) {
|
|
||||||
var form = document.getElementById('form');
|
|
||||||
form.action = "{% url 'stream' %}" + document.getElementById('res').value;
|
|
||||||
form.submit();
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script src="/static/js/stream/main.js"></script>
|
<script src="/static/js/stream/main.js"></script>
|
||||||
---
|
---
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in New Issue