Update index.html

Corrected script used only by old django version
This commit is contained in:
tforgione 2015-04-23 19:04:33 +02:00
parent 404ce2d9fb
commit 7c25e6c296
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@
title: Streaming simulator
layout: withjs
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>
---
<section>