From e8d056eca26684dc4e984e4153a58cfc192c551e Mon Sep 17 00:00:00 2001 From: Jimako Date: Fri, 17 Nov 2017 15:38:17 +0100 Subject: [PATCH] part fix for #2854 - not needed anymore --- e107_plugins/list_new/admin_list_config.php | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/e107_plugins/list_new/admin_list_config.php b/e107_plugins/list_new/admin_list_config.php index e186c090a..d98aaa4e1 100644 --- a/e107_plugins/list_new/admin_list_config.php +++ b/e107_plugins/list_new/admin_list_config.php @@ -84,22 +84,4 @@ function admin_list_config_adminmenu() require_once(e_ADMIN."footer.php"); -/** - * Handle page DOM within the page header - * - * @return string JS source - */ -function headerjs() -{ - require_once(e_HANDLER.'js_helper.php'); - $ret = " - - - "; - - return $ret; -} -?> \ No newline at end of file +?>