View | Details | Raw Unified | Return to bug 21053
Collapse All | Expand All

(-)a/cataloguing/value_builder/marc21_field_008.pl (-2 / +1 lines)
Lines 63-69 function Click$function_name(event) { Link Here
63
        //Only add the parameter to the URL if there is a value to add
63
        //Only add the parameter to the URL if there is a value to add
64
        leader_parameter = \"&leader=\"+leader_value;
64
        leader_parameter = \"&leader=\"+leader_value;
65
    }
65
    }
66
    newin=window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl&index=\"+ event.data.id +\"&result=\"+defaultvalue+leader_parameter,\"tag_editor\",'width=1000,height=600,toolbar=false,scrollbars=yes');
66
    newin=window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl&index=\"+ event.data.id +\"&result=\"+encodeURIComponent(defaultvalue)+leader_parameter,\"tag_editor\",'width=1000,height=600,toolbar=false,scrollbars=yes');
67
67
68
}
68
}
69
//]]>
69
//]]>
70
- 

Return to bug 21053