Commit ce9552d8 authored by TokaKaram's avatar TokaKaram

edit text1

parent d035a696
......@@ -194,6 +194,11 @@ let lastScrollTop = 0;
lastScrollTop = scrollTop <= 0 ? 0 : scrollTop;
});
window.addEventListener("resize", function() {
list.classList.add("hidden")
});
// ======================= Organize Logic
function openNewWindow(url,target) {
// Opens a new tab with example.com, specifying dimensions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment