Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Make pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 committed Sep 20, 2022
1 parent 30bf316 commit c5b0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main/lychee.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ lychee.load = function (autoplay = true) {
// Hence, in order to get back to a "full" mode, we need to re-initialize
// completely.
const bodyClasses = document.querySelector("body").classList;
if (bodyClasses.contains('mode-frame') || bodyClasses.contains('mode-view')) {
if (bodyClasses.contains("mode-frame") || bodyClasses.contains("mode-view")) {
lychee.init(false);
return;
}
Expand Down

0 comments on commit c5b0e01

Please sign in to comment.