From bb25473a7cbcff3f6dc9ee1506b20451ac0ed5d2 Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Wed, 9 Dec 2015 10:45:29 +0100 Subject: [PATCH] Remove staff debug category type whitelist. Show the 'Staff debug' button on all blocks, including custom xblocks. Staff debug was only available on selected components for historical reasons, because it used to be much more intrusive. --- lms/templates/staff_problem_info.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html index c422c9839c..96d06ac684 100644 --- a/lms/templates/staff_problem_info.html +++ b/lms/templates/staff_problem_info.html @@ -6,7 +6,6 @@ from django.template.defaultfilters import escapejs ## The JS for this is defined in xqa_interface.html ${block_content} -%if location.category in ['problem','video','html','combinedopenended','graphical_slider_tool', 'library_content']: % if edit_link:
Edit @@ -142,5 +141,3 @@ $(function () { ); }); -%endif -