"javascript:" is not needed here

This commit is contained in:
Piotr Przybylski
2011-09-25 17:26:21 +02:00
parent 0c2f7f16f5
commit 29a41fc991
2 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ if ($GLOBALS['cfg']['LeftDisplayLogo']) {
}
echo '<a href="' . $anchor . '&amp;no_js=true"'
.' title="' . __('Query window') . '"';
echo ' onclick="javascript:if (window.parent.open_querywindow()) return false;"';
echo ' onclick="if (window.parent.open_querywindow()) return false;"';
echo '>' . $query_frame_link_text . '</a>' . "\n";
} // end if ($server != 0)