Commit abb21ab1 by Calen Pennington

staff_problem_info.html only renders for staff, so don't check for staff access

parent 4779043a
......@@ -67,7 +67,6 @@ category = ${category | h}
<script type="text/javascript">
// assumes courseware.html's loaded this method.
% if staff_access:
$(function() {
setup_debug('${element_id}',
%if edit_link:
......@@ -83,5 +82,4 @@ $(function() {
}
);
});
% endif
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment