Skip to content

Commit

Permalink
SAK-49375 Lessons change default display options for 'Add Learning Ap…
Browse files Browse the repository at this point in the history
…p' (#12011)
  • Loading branch information
jesusmmp authored Oct 19, 2023
1 parent 4b258f8 commit f6f0c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessonbuilder/tool/src/webapp/js/show-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ $(document).ready(function () {
$("#change-blti").attr("href").replace("itemId=-1", "itemId=" + itemid));
$("#require-label").text(msg("simplepage.require_submit_blti"));
if (format === '')
format = 'page';
format = 'window';
$(".format").prop("checked", false);
$("#format-" + format).prop("checked", true);
$("#formatstuff").show();
Expand Down

0 comments on commit f6f0c13

Please sign in to comment.