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

This commit is contained in:
Calen Pennington
2013-01-08 12:10:52 -05:00
parent 4779043a5f
commit abb21ab111

View File

@@ -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>