Skip to content

Commit

Permalink
Fix typo in footer classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 14, 2024
1 parent 878af3c commit 9c2f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/static/js/src/iframe-render.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// List of the classes to hide while rendered in an iframe
const classesToHide = ['.global-header', '.wrapper-course-material', 'a--footer'];
const classesToHide = ['.global-header', '.wrapper-course-material', '.a--footer'];

document.addEventListener('DOMContentLoaded', function () {
// Check if rendered in iframe
Expand Down

0 comments on commit 9c2f374

Please sign in to comment.