js typecasting error in safari

This commit is contained in:
Garvin Hicking
2004-04-29 15:57:17 +00:00
parent 32c532d474
commit f76918063e
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2004-04-29 Garvin Hicking <pma@supergarv.de>
* db_details_structure.php: Bug #942362 - Colspan off by one
* left.php: Modified js function to fit typecasting of Safari
2004-04-29 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: keep only one previous version in cvs-prev

View File

@@ -220,7 +220,7 @@ PMA_setFontSizes();
<script type="text/javascript" language="javascript">
<!--
function goTo(targeturl, targetframe) {
if (!targetframe || targetframe == '') {
if (!targetframe) {
targetframe = self;
}