Bug 32866: Fix cataloguing/value_builder/unimarc_field_146h.pl
Remove unnecessary call to event.preventDefault() This is part of the refactoring happening in bug 30975 Test plan: 1. Verify that the plugin continues to work as before Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
bffb4fb0f4
commit
f7beb484eb
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ my $builder = sub {
|
|||
return qq|
|
||||
<script>
|
||||
function Click$id(event) {
|
||||
event.preventDefault();
|
||||
const value = document.getElementById(event.data.id).value;
|
||||
const url = new URL('/cgi-bin/koha/cataloguing/plugin_launcher.pl', location);
|
||||
url.searchParams.set('plugin_name', 'unimarc_field_146h.pl');
|
||||
|
|
Loading…
Reference in a new issue