Koha/koha-tmpl
Jonathan Druart 41254a1b64
Bug 36334: Remove unnecessary JS code from member.tt
This was initially written to set the input/select in the form in the
left side of the main patron search page.

But this is now done in patron-search.inc:
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc:
  <input type="text" class="search_patron_filter" value="[% search_filter | html %]" class="focus" />

I don't see how/when this code is still used.

Additionally:
 #searchmember_filter
 => does not exist, it's .search_patron_filter

 $("searchfieldstype_filter").val("[% searchfieldstype | html %]");
 => Not a valid selector

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-03-18 18:03:38 +01:00
..
intranet-tmpl Bug 36334: Remove unnecessary JS code from member.tt 2024-03-18 18:03:38 +01:00
opac-tmpl Bug 35643: Upgrade HC Sticky library from v2.2.3 to v2.2.7 2024-03-18 11:03:48 +01:00