Explorar o código

Merge pull request #281 from visuddhinanda/master

课程默认图片修改
visuddhinanda %!s(int64=5) %!d(string=hai) anos
pai
achega
3565bc5103
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      app/course/img/default.jpg
  2. 1 1
      app/course/index.php

BIN=BIN
app/course/img/default.jpg


+ 1 - 1
app/course/index.php

@@ -124,7 +124,7 @@ include "../pcdl/html_head.php";
 		$("#course_list_complete").html(html_complete);
 		$("#course_list_ongoing").html(html_ongoing);
 		$("img").one("error", function(){  
-    	$(this).attr("src", "../../tmp/images/course/default.jpg");   
+    	$(this).attr("src", "../course/img/default.jpg");   
 	});
 	});
 	</script>