We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffe7e0 commit e25e43aCopy full SHA for e25e43a
1 file changed
DocDB/cgi/AuthorHTML.pm
@@ -354,7 +354,7 @@ sub AuthorActiveSearch {
354
355
$HTML .= '<script type="text/javascript">
356
<!--
357
- $().ready(function() {';
+ jQuery().ready(function() {';
358
foreach my $AuthorID (@DefaultAuthorIDs) {
359
# /* call this function for each author, with authors_id and title [do not forget to escape it] */
360
$HTML .= 'addAuthorList(['.$AuthorID.', "'.$Authors{$AuthorID}{Formal}.'"]);'."\n";
0 commit comments