Koha/koha-tmpl/intranet-tmpl/prog
Fridolin Somers 6bb4a0405a Bug 18706 - Remove useless Javascript
Whe checking a subfield to be deleted, the code
  $(this).val($(this).siblings("[name='subfield']").val());
is useless, the checkbox already contains the subfield code :
  <input type="checkbox" ... name="disable_input" value="[% ite.subfield %]" />

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-06-09 12:21:05 -03:00
..
css Bug 18551: followup - hide advanced filters in header, move hidding to css file 2017-05-19 10:49:53 -04:00
en Bug 18706 - Remove useless Javascript 2017-06-09 12:21:05 -03:00
img Bug 18419 - Broken patron-blank image in viewlog.tt 2017-04-28 06:56:10 -04:00
js Bug 18569 - Quick add patron will not copy over details from cities and towns pull down into patron details 2017-05-20 14:04:02 +00:00
pdf
sound