diff --git a/db_import.php b/db_import.php index bdcd5d698..6e8e554ac 100644 --- a/db_import.php +++ b/db_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Gets tables informations and displays top links */ diff --git a/server_import.php b/server_import.php index d0ec6872f..bbd6cf7f1 100644 --- a/server_import.php +++ b/server_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Does the common work */ diff --git a/tbl_import.php b/tbl_import.php index a0500fd07..e5fcc9f11 100644 --- a/tbl_import.php +++ b/tbl_import.php @@ -11,6 +11,8 @@ */ require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'import.js'; + /** * Gets tables informations and displays top links */