Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus authored and actions-user committed Sep 15, 2024
1 parent ecb061b commit 232a82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/assets/js/frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ window.addEventListener("DOMContentLoaded", function () {
if (searchBar) {
searchBar.setAttribute(
"value",
decodeURL(sessionStorage.getItem("encodedUrl"))
decodeURL(sessionStorage.getItem("encodedUrl")),
);
// search bar functionality
searchBar.addEventListener("keydown", function (event) {
Expand Down Expand Up @@ -76,7 +76,7 @@ function reload() {
document.onfullscreenchange = function () {
document.body.classList.toggle(
"fullscreen-active",
document.fullscreenElement
document.fullscreenElement,
);
iframe = document.getElementById("iframeid");
if (document.fullscreenElement) {
Expand Down

0 comments on commit 232a82f

Please sign in to comment.