We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b932d commit 273f7f4Copy full SHA for 273f7f4
1 file changed
lti_consumer/static/js/xblock_studio_view.js
@@ -78,7 +78,7 @@ function LtiConsumerXBlockInitStudio(runtime, element, data) {
78
if (data.EXTERNAL_MULTIPLE_LAUNCH_URLS_ENABLED) {
79
// Conditionally show the LTI 1.3 launch URL field if external multiple launch URLs are enabled.
80
toggleFieldVisibility("lti_1p3_launch_url", true);
81
- $(element).find(".field-group-lti-configuration-details.l1p3").addClass("hidden");
+ $(element).find(".field-group-lti-configuration-details.l1p3").removeClass("hidden");
82
} else {
83
toggleFieldVisibility("lti_1p3_launch_url", false);
84
// Also hides the field-group-lti-configuration-details as it is empty in this case
0 commit comments