Преглед на файлове

Always shrink the menubar when images are loaded

master
Fen Dweller преди 5 години
родител
ревизия
26fc8cca2a
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. +1
    -2
      xray.js

+ 1
- 2
xray.js Целия файл

@@ -26,8 +26,6 @@ document.addEventListener("DOMContentLoaded", e => {
document.querySelector("#overlay-url").placeholder = "Invalid URL...";
}

document.querySelector("#menu").classList.remove("start");

const overlayImg = document.querySelector("#overlay-img");
const baseImg = document.querySelector("#base-img");

@@ -130,6 +128,7 @@ document.addEventListener("DOMContentLoaded", e => {
});

function load() {
document.querySelector("#menu").classList.remove("start");
const overlayImg = document.querySelector("#overlay-img");
const baseImg = document.querySelector("#base-img");



Loading…
Отказ
Запис