pull/2818/head
Alex Aragón 7 years ago
parent 02ba30f36a
commit 005a9dd3b7
  1. 2
      assets/js/app.js
  2. 2
      assets/js/main.js
  3. 2
      main/inc/lib/course.lib.php

@ -62,8 +62,6 @@ $(function() {
$("#student-list-work").fadeOut(300);
});
checkBrand();
// Removes the yellow input in Chrome
if (navigator.userAgent.toLowerCase().indexOf("chrome") >= 0) {
$(window).on("load", function () {

@ -1,5 +1,3 @@
console.log("Hello");
// HEADER
$(window).resize(function(){

@ -3589,7 +3589,7 @@ class CourseManager
$medium->resize(85);
$medium->send_image($course_medium_image, -1, 'png');
$normal = new Image($source_file);
$normal->resize(400);
$normal->resize(500);
$normal->send_image($course_image, -1, 'png');
$result = $medium && $normal;

Loading…
Cancel
Save