__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
function hideNavs() {
let navs = document.querySelectorAll('[data-a11y-toggle] + nav');
navs.forEach((nav) => {
if (!nav.hasAttribute('hidden')) {
nav.previousElementSibling.setAttribute('aria-expanded', 'false');
nav.setAttribute('hidden', 'true');
}
});
}
const navToggle = document.querySelectorAll('[data-a11y-toggle]');
navToggle.forEach((toggle) => {
let navList = toggle.nextElementSibling;
let navLinks = navList.querySelectorAll('a');
toggle.addEventListener('click', (event) => {
if (navList.hasAttribute('hidden')) {
toggle.setAttribute('aria-expanded', 'true');
navList.removeAttribute('hidden');
// Set focus on first link
// will be highlighted for keyboard users
navLinks[0].focus();
} else {
navList.setAttribute('hidden', 'true');
toggle.setAttribute('aria-expanded', 'false');
}
event.stopPropagation();
}, false);
});
document.addEventListener('keydown', (event) => {
// Ignore IME composition
if (event.isComposing || event.keyCode === 229) {
return;
}
// Close menu with ESC key
if (event.keyCode === 27) {
hideNavs();
}
}, false);
document.addEventListener('click', (event) => {
// close navigation menus when clicking anywhere (except when on mobile)
if (event.target.closest('[data-a11y-toggle] + nav') || Math.max(document.documentElement.clientWidth, window.innerWidth || 0) < 960) return
hideNavs();
})
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| es | Folder | 0755 |
|
|
| media | Folder | 0755 |
|
|
| a11y-toggle.js | File | 1.98 KB | 0644 |
|
| default.css | File | 24.45 KB | 0644 |
|
| flexsearch.debug.js | File | 26.02 KB | 0644 |
|
| help.html | File | 1.42 KB | 0644 |
|
| help.js | File | 9.55 KB | 0644 |
|
| help2.js | File | 7.84 KB | 0644 |
|
| hid2file.js | File | 744.81 KB | 0644 |
|
| idxcaption.xsl | File | 2.01 KB | 0644 |
|
| idxcontent.xsl | File | 3.54 KB | 0644 |
|
| index.html | File | 4.03 KB | 0644 |
|
| languages.js | File | 433 B | 0644 |
|
| main_transform.xsl | File | 36.49 KB | 0644 |
|
| normalize.css | File | 5.91 KB | 0644 |
|
| paginathing.js | File | 7.83 KB | 0644 |
|
| polyfills.js | File | 4.9 KB | 0644 |
|
| prism.css | File | 4.87 KB | 0644 |
|
| prism.js | File | 70.01 KB | 0644 |
|