https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35126 Bug ID: 35126 Summary: Remove the use of event attributes from opac-addbybiblionumber.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org There are some event attributes in opac-addbybiblionumber.pl. These should be removed in favour of defining events in JavaScript. ./opac/opac-addbybiblionumber.pl: print "<html><meta http-equiv=\"refresh\" content=\"0\" /><body onload=\"window.opener.location.reload(true);self.close();\"></body></html>"; ./opac/opac-addbybiblionumber.pl: print "<html><meta http-equiv=\"refresh\" content=\"0\" /><body onload=\"self.close();\"></body></html>"; -- You are receiving this mail because: You are watching all bug changes.