diff --git a/templates/note/transactiontemplate_list.html b/templates/note/transactiontemplate_list.html index b298f58a..280f9faf 100644 --- a/templates/note/transactiontemplate_list.html +++ b/templates/note/transactiontemplate_list.html @@ -12,7 +12,7 @@
@@ -94,6 +94,8 @@ $(document).ready(function() { $("#search_field").keyup(search_field_moved); $("#active_only").change(search_field_moved); + + search_field_moved(); }); {% endblock %}