diff --git a/tbl_addfield.php3 b/tbl_addfield.php3 index 7cbac09d8..4a2571f12 100755 --- a/tbl_addfield.php3 +++ b/tbl_addfield.php3 @@ -6,6 +6,9 @@ * Get some core libraries */ require('./grab_globals.inc.php3'); +if (isset($submit)) { + $js_to_run = 'functions.js'; +} require('./header.inc.php3');