Quellcode durchsuchen

Fixed *another* JS error leaving a comma at the end of an array - this is *not* allowed in JS, just in case

Yannick Warnier vor 13 Jahren
Ursprung
Commit
15abd39c72
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      main/course_info/infocours.php

+ 2 - 2
main/course_info/infocours.php

@@ -458,7 +458,7 @@ echo '<script>
 $(function() {
 	$("#course_settings").accordion({
 		autoHeight: false,		
-		header: "div> h3",
+		header: "div> h3"
 	});
 });
 </script>';
@@ -468,4 +468,4 @@ echo '<div id="course_settings">';
 $form->display();
 echo '</div>';
 
-Display::display_footer();
+Display::display_footer();