Current work on simplifying the inventory tracking page.
[htsworkflow.git] / htsworkflow / frontend / templates / inventory / inventory_index.html
index 399dae1c6940ac4abf21bfad5fa7a2e749188f9e..f920345d91fc4c19d9e20b2d41dee83646e9b840 100644 (file)
@@ -1,19 +1,5 @@
 {% extends "base_site.html" %}
 {% load adminmedia admin_list i18n %}
-{% block extrahead %}
-    <script type="text/javascript">
-      $(document).ready(function() {
-        $(window).resize(function() {
-           var window_height = $(window).height();
-           var position = $("#changelist table").position();
-           height = window_height - position.top;
-           $("#changelist table.filtered").height(height);
-           $("#changelist-filter").height(height);
-        });
-        $(window).resize();
-      });
-    </script>
-{% endblock %}
 {% block bodyclass %}change-list{% endblock %}
 {% block coltype %}flex{% endblock %}
 {% block content %}