Skip to content

Commit

Permalink
feat: modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulainMaxime committed Dec 12, 2024
1 parent ee8f53e commit 3a633c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/admin/app.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</style>

<script>
// If we don't have the noboostrap class, add it to the content div
// it's used to avoid breaking the menu on the module
document.addEventListener('DOMContentLoaded', function () {
const hasNoBootstrapClass = document.querySelector('#content.nobootstrap');
if (hasNoBootstrapClass === null) {
Expand Down

0 comments on commit 3a633c5

Please sign in to comment.