From 368d28574792c30baa352a684cc7177879b33ab5 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 27 Apr 2020 04:01:30 +0200 Subject: [PATCH] Display by default only visible buttons --- templates/note/transactiontemplate_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}