From 7c4810baa5e812ff34054c86ae3ad22640523f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 14 Jan 2003 14:45:04 +0000 Subject: [PATCH] fixed keyboard jumping for single row editing --- ChangeLog | 2 ++ tbl_alter.php3 | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) 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'); }