From 6d2a8968c5bb0a7c9add40ebec79adfb110f3e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 14 Jan 2003 15:21:26 +0000 Subject: [PATCH] Always include functions.js to allow jumping using keyboard. --- tbl_addfield.php3 | 4 +--- tbl_create.php3 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tbl_addfield.php3 b/tbl_addfield.php3 index 2b51f6d20d..50973d1b54 100755 --- a/tbl_addfield.php3 +++ b/tbl_addfield.php3 @@ -7,9 +7,7 @@ * Get some core libraries */ require('./libraries/grab_globals.lib.php3'); -if (isset($submit)) { - $js_to_run = 'functions.js'; -} +$js_to_run = 'functions.js'; require('./header.inc.php3'); diff --git a/tbl_create.php3 b/tbl_create.php3 index 93946da800..90c5ca6392 100755 --- a/tbl_create.php3 +++ b/tbl_create.php3 @@ -7,9 +7,7 @@ * Get some core libraries */ require('./libraries/grab_globals.lib.php3'); -if (isset($submit)) { - $js_to_run = 'functions.js'; -} +$js_to_run = 'functions.js'; require('./header.inc.php3');