diff --git a/lms/static/js/staff_debug_actions.js b/lms/static/js/staff_debug_actions.js index 00bf102892..35ce0a4048 100644 --- a/lms/static/js/staff_debug_actions.js +++ b/lms/static/js/staff_debug_actions.js @@ -45,7 +45,7 @@ var StaffDebug = (function(){ {text: text}, {interpolate: /\{(.+?)\}/g} ) - $("#result_"+sanitized_string(action.locationName)).html(html); + $("#result_"+action.locationName).html(html); }, error: function(request, status, error) { var response_json; @@ -67,7 +67,7 @@ var StaffDebug = (function(){ {text: text}, {interpolate: /\{(.+?)\}/g} ) - $("#result_"+sanitized_string(action.locationName)).html(html); + $("#result_"+action.locationName).html(html); }, dataType: 'json' });