The code currently calls the MARC edit save feature twice due to a copy
and paste error. This commit removes the duplicate call to save.
Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
Signed-off-by: Jennifer Pringle <jpringle@sitka.bclibraries.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
function save_attempt(xml_string) {
try {
- var result = window.xulG.save.func( xml_string );
var tabs = window.parent.parent.document.getElementById('main_tabs');
var idx = tabs.selectedIndex;
var tab = tabs.childNodes[idx];