Minor - Fix comment language - refs #7218

1.9.x
Yannick Warnier 12 years ago
parent 9a59baad28
commit c518ef3aa6
  1. 4
      main/course_home/course_home.php

@ -54,10 +54,10 @@ $htmlHeadXtra[] ='<script>
$(document).ready(function(){
$("#thematic-show").click(function(){
$(".btn-hidden-thematic").hide();
$(".btn-show-thematic").show(); //muestro mediante clase
$(".btn-show-thematic").show(); //show using class
});
$("#thematic-hidden").click(function(){
$(".btn-show-thematic").hide(); //muestro mediante clase
$(".btn-show-thematic").hide(); //show using class
$(".btn-hidden-thematic").show();
});
});

Loading…
Cancel
Save