From 3a0bfb6c104f9b3b1d6b940baeaef21932cdd5fb Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 10 Nov 2023 14:58:12 +0100 Subject: [PATCH] Internal: Remove deprecated timelinr dependency in my_progress.php --- public/main/auth/my_progress.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/main/auth/my_progress.php b/public/main/auth/my_progress.php index a228c0bfd9..fd2275d8cd 100644 --- a/public/main/auth/my_progress.php +++ b/public/main/auth/my_progress.php @@ -16,16 +16,6 @@ if (('true' === api_get_setting('platform.block_my_progress_page'))) { $this_section = SECTION_TRACKING; $nameTools = get_lang('Progress'); -$htmlHeadXtra[] = api_get_js('jquery.timelinr-0.9.54.js'); -$htmlHeadXtra[] = ""; - $pluginCalendar = 'true' === api_get_plugin_setting('learning_calendar', 'enabled'); if ($pluginCalendar) {