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

skala
Yannick Warnier 13 years ago
parent 0ac8fb5ad3
commit 15abd39c72
  1. 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>';

Loading…
Cancel
Save