__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Click-Proxy Navigation for ct-has-link-overlay
*
* Accessibility Notes:
* - Keyboard users are unaffected because the actual <a> elements remain focusable
* and receive keyboard events normally (Tab, Enter, Space)
* - Screen readers still announce links correctly because the DOM structure is unchanged
* - The .ct-link-overlay anchor has pointer-events: none but is still in the DOM
* for screen reader discovery
*/
export const mount = (el, { event }) => {
const overlayAnchor = el.querySelector('.ct-link-overlay')
if (!overlayAnchor) {
return
}
const href = overlayAnchor.href
const target = overlayAnchor.target || '_self'
if (!href) {
return
}
// Ctrl (Windows/Linux) or Cmd (Mac) click should open in new tab
const isModifierClick = event.ctrlKey || event.metaKey
if (target === '_blank' || isModifierClick) {
window.open(href, '_blank', 'noopener')
} else {
window.location.href = href
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dynamic-chunks | Folder | 0775 |
|
|
| entry-points | Folder | 0775 |
|
|
| header | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| integration | Folder | 0775 |
|
|
| layouts | Folder | 0775 |
|
|
| lazy | Folder | 0775 |
|
|
| parallax | Folder | 0775 |
|
|
| search | Folder | 0775 |
|
|
| woocommerce | Folder | 0775 |
|
|
| animated-element.js | File | 761 B | 0775 |
|
| back-to-top-link.js | File | 2.24 KB | 0775 |
|
| fast-overlay.js | File | 2.16 KB | 0775 |
|
| flexy.js | File | 4.08 KB | 0775 |
|
| generic-accordion.js | File | 4.65 KB | 0775 |
|
| handle-3rd-party-events.js | File | 1.03 KB | 0775 |
|
| link-overlay.js | File | 943 B | 0775 |
|
| popper-elements.js | File | 2.21 KB | 0775 |
|
| search-implementation.js | File | 10.72 KB | 0775 |
|
| social-buttons.js | File | 2.71 KB | 0775 |
|