From 3fb9fd3d785fa6dacb70bbb34af7cb6839f7c824 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 28 Dec 2007 22:27:42 -0600 Subject: [PATCH] authorities: make tag editor links consistent with bib Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- authorities/authorities.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index db5498a35a..ef857fb9e5 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -244,8 +244,7 @@ sub create_input { class=\"input_marceditor\" onfocus=\"Focus$function_name($index_tag)\" onblur=\"Blur$function_name($index_tag); \" \/> - ... + ... $javascript"; # it's an hidden field } -- 2.39.5