Skip to content

Commit

Permalink
Fix codefactor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 5, 2024
1 parent f42de8b commit 74b7d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/script/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ document.addEventListener('DOMContentLoaded', function () {
}

// Copy the content of each global page margin initializer to the background of each section.
Reveal.addEventListener('ready', function (event) {
Reveal.addEventListener('ready', function () {
// <div class="page-margin-content-initializer page-margin-bottom-center">Hello</div>
// will be copied to each section as:
// <div class="page-margin-content page-margin-bottom-center">Hello</div>
Expand Down

0 comments on commit 74b7d35

Please sign in to comment.