diff --git a/ChangeLog b/ChangeLog index 6539808cd..eae43ec0a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ $Source$ all for fields selection. * tbl_properties.inc.php3,libraries/functions.js: Merged patch #554439 (Jumping cursor using keyboard). + * tbl_alter.php3: Always include functions.js to allow jumping using + keyboard. 2002-01-13 Robin Johnson * libraries/sqlvalidator.class.php3: diff --git a/tbl_alter.php3 b/tbl_alter.php3 index 5f839555c..6d04b9005 100755 --- a/tbl_alter.php3 +++ b/tbl_alter.php3 @@ -8,9 +8,7 @@ */ require('./libraries/grab_globals.lib.php3'); if (!isset($submit_mult)) { - if (isset($submit)) { - $js_to_run = 'functions.js'; - } + $js_to_run = 'functions.js'; include('./header.inc.php3'); }