From a0956eb4b3270f175af6c1e921f03ba17ecf8226 Mon Sep 17 00:00:00 2001 From: Deniz Akşimşek Date: Sun, 3 Sep 2023 10:48:41 +0300 Subject: simplify website --- www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js (limited to 'www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js') diff --git a/www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js b/www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js deleted file mode 100644 index 8ede3f4..0000000 --- a/www/releases/_artifacts/v1.0.3/missing-js/overflow-nav.js +++ /dev/null @@ -1,3 +0,0 @@ -import{$ as f,asHtml as g,attr as d,behavior as p,makelogger as m,on as l}from"./19.js";const w=m("overflow-nav"),a=p("[data-overflow-nav]",(t,{options:{expandedClass:o="expanded"}})=>{const e=g(f(t,"[data-nav-expander]"));if(e===null)return w("Expand toggle missing from navbar ",t);const c=()=>t.scrollWidth>t.clientWidth,r=()=>t.classList.contains(o),n=(s=!r())=>{s?(t.classList.add(o),d(e,"aria-pressed",!0),e.textContent="\xD7"):(t.classList.remove(o),d(e,"aria-pressed",!1),e.textContent="\u2630")},i=()=>{const s=e.hidden;e.hidden=!c(),s!=e.hidden&&n(!1)};l(e,"click",()=>n()),i(),l(window,"resize",()=>i(),{addedBy:t})});var h=a;a(document);export{h as default}; - -/*# sourceMappingURL=./overflow-nav.js.map */ \ No newline at end of file -- cgit v1.2.3