Skip to content

Commit

Permalink
* Fix #3892: JavaScript error on view_filters_page.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2590 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
int2str committed May 28, 2004
1 parent c01dd92 commit 58e099e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_filters_page.php
Expand Up @@ -38,7 +38,7 @@ function SetInitialFocus() {
}
?>
if ( field_to_focus ) {
eval( "document.filters." + field_to_focus + ".focus()" );
eval( "document.filters['" + field_to_focus + "'].focus()" );
}

SwitchDateFields();
Expand Down

0 comments on commit 58e099e

Please sign in to comment.