Skip to content

Commit e25e43a

Browse files
Fix authors not propogating issue
1 parent cffe7e0 commit e25e43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DocDB/cgi/AuthorHTML.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ sub AuthorActiveSearch {
354354

355355
$HTML .= '<script type="text/javascript">
356356
<!--
357-
$().ready(function() {';
357+
jQuery().ready(function() {';
358358
foreach my $AuthorID (@DefaultAuthorIDs) {
359359
# /* call this function for each author, with authors_id and title [do not forget to escape it] */
360360
$HTML .= 'addAuthorList(['.$AuthorID.', "'.$Authors{$AuthorID}{Formal}.'"]);'."\n";

0 commit comments

Comments
 (0)