Remove reference to stylesheet setting - refs BT#21621

pull/5654/head
Angel Fernando Quiroz Campos 5 months ago
parent 76197ced26
commit 9300bcb473
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      public/main/lp/lp_add.php

@ -15,7 +15,7 @@ use Chamilo\CoreBundle\Framework\Container;
*/
$this_section = SECTION_COURSES;
api_protect_course_script();
$currentstyle = api_get_setting('stylesheets');
$htmlHeadXtra[] = '<script>
function activate_start_date() {
if(document.getElementById(\'start_date_div\').style.display == \'none\') {

Loading…
Cancel
Save