Minor changes

This commit is contained in:
2019-06-29 02:42:38 +02:00
parent 703382cb1a
commit 50c203b4dc
5 changed files with 20 additions and 1 deletions

View File

@ -47,6 +47,7 @@
{% block extrajs %}
<script>
$(document).ready(function () {
$("#filter").focus();
$("#filter").keyup( function () {
var value = $(this).val().toLowerCase();
//alert(value);