diff --git a/lms/static/js/staff_debug_actions.js b/lms/static/js/staff_debug_actions.js index fb602a2388..1f61b8346b 100644 --- a/lms/static/js/staff_debug_actions.js +++ b/lms/static/js/staff_debug_actions.js @@ -111,15 +111,15 @@ var StaffDebug = (function(){ // Register click handlers $(document).ready(function() { - $('#staff-debug-reset').click(function() { + $('.staff-debug-reset').click(function() { StaffDebug.reset($(this).data('location')); return false; }); - $('#staff-debug-sdelete').click(function() { + $('.staff-debug-sdelete').click(function() { StaffDebug.sdelete($(this).data('location')); return false; }); - $('#staff-debug-rescore').click(function() { + $('.staff-debug-rescore').click(function() { StaffDebug.rescore($(this).data('location')); return false; }); diff --git a/lms/templates/instructor/instructor_dashboard_2/student_admin.html b/lms/templates/instructor/instructor_dashboard_2/student_admin.html index 93856d6695..7fa5d6eb74 100644 --- a/lms/templates/instructor/instructor_dashboard_2/student_admin.html +++ b/lms/templates/instructor/instructor_dashboard_2/student_admin.html @@ -10,7 +10,7 @@
- ${_("View Gradebook")} + ${_("View Gradebook")}