diff --git a/plugin/vchamilo/views/manage.php b/plugin/vchamilo/views/manage.php index a4d7b8686a..0e09759908 100644 --- a/plugin/vchamilo/views/manage.php +++ b/plugin/vchamilo/views/manage.php @@ -14,7 +14,7 @@ define('CHAMILO_INTERNAL', true); $plugin = VChamiloPlugin::create(); $thisurl = api_get_path(WEB_PLUGIN_PATH).'vchamilo/views/manage.php'; -Virtual::requireJs('host_list.js', 'vchamilo'); +Virtual::requireJs('host_list.js', 'vchamilo', 'head'); if ($action) { require_once api_get_path(SYS_PLUGIN_PATH).'vchamilo/views/manage.controller.php';