Skip to content

Commit

Permalink
Merge pull request #737 from center-for-knowledge-communication/ms-is…
Browse files Browse the repository at this point in the history
…sue-723

Ms issue 723
  • Loading branch information
FrankSylvia authored Feb 22, 2023
2 parents 2848370 + 5221675 commit 182fb84
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/teacherTools/classManager.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -1472,10 +1472,10 @@ function handleclickHandlers() {
$("#reset_survey_setting_out").show();
});
$("#manage_topics").click(function () {
var newlocation = '/ms/tt/tt/viewClassDetails?classId='+classID+'&currentSelection=classManageTopics';
$(location).attr('href', newlocation);
});
// $("#manage_topics").click(function () {
// var newlocation = '/ms/tt/tt/viewClassDetails?classId='+classID+'&currentSelection=classManageTopics';
// $(location).attr('href', newlocation);
// });
$("#addMoreStudentsToClass").click(function () {
$("#addMoreStudents").show();
Expand Down
Loading

0 comments on commit 182fb84

Please sign in to comment.