https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18706

--- Comment #2 from Fridolin SOMERS <[email protected]> ---
Created attachment 63865
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63865&action=edit
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 %]" />

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to