Browse Source

Bug 20888: (follow-up) revert unecessary change on jquery selector

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Matthias Meusburger 4 years ago
committed by Jonathan Druart
parent
commit
93c6610073
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt

@ -566,7 +566,7 @@
form_field.append(button_field_new);
// If a field is linked to an authorised values list, display the list.
$('div.form-field-select-text select.form-field-column').change(function() {
$('div.form-field-select-text select[name="f"]').change(function() {
loadAuthorisedValuesSelect($(this));
}).change();

Loading…
Cancel
Save