diff --git a/db_import.php b/db_import.php index bdcd5d6989..6e8e554ace 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 d0ec6872f0..bbd6cf7f11 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 a0500fd07c..e5fcc9f11b 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 */