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

(-)a/cataloguing/value_builder/cn_browser.pl (-2 / +1 lines)
Lines 37-43 my $builder = sub { Link Here
37
37
38
function Click$function_name(i) {
38
function Click$function_name(i) {
39
    q = document.getElementById('$params->{id}');
39
    q = document.getElementById('$params->{id}');
40
    window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q=\"+q.value,\"cnbrowser\",\"width=500,height=400,toolbar=false,scrollbars=yes\");
40
    window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q=\"+encodeURIComponent(q.value),\"cnbrowser\",\"width=500,height=400,toolbar=false,scrollbars=yes\");
41
}
41
}
42
42
43
//]]>
43
//]]>
44
- 

Return to bug 26605